Programming API Reference: SharpGfx.Tensors
Class public Matrix4
Constructor()
Operator public static Matrix4 *()
Operator public static Vector4 *()
Indexer public float this[] { get; set; }Method public Vector4 Mul()
Method public Matrix4 Mul()
Method public Matrix4 Transposed()
Method public static Matrix4 GetView()
Method public static Matrix4 GetOrthographicProjection()
float width float height float near float far
Method public static Matrix4 GetPerspectiveProjection()
float fovy float aspect float near float far
Method public static Matrix4 GetOffCenterProjection()
Method public static Matrix4 GetOffCenterPerspectiveProjection()
float left float right float bottom float top float near float far