yolkbot
    Preparing search index...

    Function transform

    • Rotates a vector from local space into world space (v * M)

      Parameters

      • m: Mat3

        The rotation

      • x: number

        The X component

      • y: number

        The Y component

      • z: number

        The Z component

      • out: Position

        The vector to write the result into

      Returns void