@sstorsveen/maths - v2.0.1
    Preparing search index...

    Module mat3

    mat3 is a collection of functions to manipulate Mat3 3x3 matrix objects.

    The primary use for a Mat3 object is as a 2D transformation matrix or a 3D rotation matrix.

    A "column-major" ordering and a "right-handed" coordinate system is assumed, suitable for e.g. WebGL

    Example usage:

    import * as mat3 from '@spissvinkel/maths/mat3';
    

    Functions

    of
    zero
    id
    setZero
    setId
    setRotX
    setRotY
    setRotZ
    setRot
    setRotV
    setInvRotV
    setRotXyz
    setRotXyzV
    setInvRotXyzV
    setRotYzx
    setRotYzxV
    setInvRotYzxV
    setRotYxz
    setRotYxzV
    setInvRotYxzV
    setScaleV
    setTrsl
    setTrslV
    setInvTrslV
    setScaleTrsl
    setM
    set
    mulM
    mulMInto
    mulM2
    mulV
    mulV2
    det
    inv
    invInto
    trsp
    trspInto
    fill
    equals
    toString