Vertex Viewer SDK
    Preparing search index...

    Type Alias Matrix4

    Matrix4: [
        number,
        number,
        number,
        number,
        number,
        number,
        number,
        number,
        number,
        number,
        number,
        number,
        number,
        number,
        number,
        number,
    ]

    A type alias representing a 4x4 column-major matrix.

    The common use-case for 4x4 matrices in 3D computer graphics are for transformation matrices. This allows a point in 3D space to be projected onto a 2D screen using transformations such as translation, rotation and scale.