@lakuna/umath
    Preparing search index...

    Function fromYRotation

    • Create a transformation matrix that represents a rotation by the given angle around the Y-axis. This is equivalent to (but faster than) rotateY(identity(out), radians, out).

      Type Parameters

      Parameters

      • radians: number

        The angle in radians.

      • out: T

        The matrix to store the result in.

      Returns T

      The transformation matrix.