This is the complete list of members for PGENLib.Transformation, including all inherited members.
are_close(Matrix4x4 a, Matrix4x4 b) | PGENLib.Transformation | static |
are_close(Transformation a, Transformation b) | PGENLib.Transformation | static |
Inverse() | PGENLib.Transformation | |
invm (defined in PGENLib.Transformation) | PGENLib.Transformation | |
IsConsistent() | PGENLib.Transformation | |
m (defined in PGENLib.Transformation) | PGENLib.Transformation | |
operator*(Transformation a, Transformation b) | PGENLib.Transformation | static |
operator*(Transformation a, Point p) | PGENLib.Transformation | static |
operator*(Transformation a, Vec v) | PGENLib.Transformation | static |
operator*(Transformation a, Normal n) | PGENLib.Transformation | static |
RotationX(float ang) | PGENLib.Transformation | static |
RotationY(float ang) | PGENLib.Transformation | static |
RotationZ(float ang) | PGENLib.Transformation | static |
Scaling(Vec v) | PGENLib.Transformation | static |
Transformation() | PGENLib.Transformation | |
Transformation(float a, float b, float c, float d, float e, float f, float g, float h, float i, float l, float s, float n, float o, float p, float q, float r) (defined in PGENLib.Transformation) | PGENLib.Transformation | |
Transformation(Matrix4x4 a, Matrix4x4 inva) (defined in PGENLib.Transformation) | PGENLib.Transformation | |
Transformation(Matrix4x4 a) (defined in PGENLib.Transformation) | PGENLib.Transformation | |
Translation(Vec v) | PGENLib.Transformation | static |