Function rotateY

  • Rotates the given 4-by-4 matrix around the y-axis by the given angle.

    Type Parameters

    Parameters

    • m: BaseArgType

      The matrix.

    • angleInRadians: number

      The angle by which to rotate (in radians).

    • Optional dst: T

      matrix to hold result. If not passed a new one is created.

    Returns T

    The rotated matrix.