Programming API Reference: EduGraf.Tensors
Class public Matrix3
This represents a matrix in 4d homogeneous space.Constructor()
public static readonly Matrix3
IdentityMethod public static Matrix3
Scale()
Create a new transformation matrix scaling in all axis directions by the same factor.Method public static Matrix3
Scale()
Create a new transformation matrix scaling by varying factors in the different axis directions.Method public static Matrix3
Scale()
Create a new scaling matrix from a vector.Method public static Matrix3
Translation()
Create a new transformation matrix representing translation by a vector.Method public static Matrix3
Rotation()
Create a new transformation matrix representing rotation around the z axis.Operator public static Matrix3
*()
Operator public static Vector3
*()
Indexer public float
this[] { get; set; }Method public Matrix3
Transposed()