Function setTrslV

  • Sets the elements of the 3x3 matrix m so it becomes a 2D translation matrix.

    Multiplying the resulting matrix by a column vector will translate the given vector by a (see mulV)

    Parameters

    • m: Mat3

      a 3x3 matrix object

    • a: Vec2

      a 2-element vector specifying the amount of translation

    Returns Mat3

    m set to be a 2D translation matrix

Generated using TypeDoc