Programming API Reference: SharpGfx.Tensors

Class public Matrix4

is Tensor
TODO

Constructor()

TODO
  • float[] elements

Operator public static Matrix4 *()

TODO

Operator public static Vector4 *()

TODO
Indexer public float  this[] { get; set; }
TODO
  • int row
  • int col

Method public Vector4 Mul()

TODO

Method public Matrix4 Mul()

TODO

Method public Matrix4 Transposed()

TODO

    Method public static Matrix4 GetView()

    TODO

    Method public static Matrix4 GetOrthographicProjection()

    TODO
    • float width
    • float height
    • float near
    • float far

    Method public static Matrix4 GetPerspectiveProjection()

    TODO
    • float fovy
    • float aspect
    • float near
    • float far

    Method public static Matrix4 GetOffCenterProjection()

    TODO

    Method public static Matrix4 GetOffCenterPerspectiveProjection()

    TODO
    • float left
    • float right
    • float bottom
    • float top
    • float near
    • float far