@kognifai/cogsengine
    Preparing search index...

    Function transformQuat

    • Transforms the vec3 with a quat Can also be used for dual quaternions. (Multiply it with the real part)

      Parameters

      • out: vec3

        the receiving vector

      • a: ReadonlyVec3

        the vector to transform

      • q: ReadonlyQuat

        quaternion to transform with

      Returns vec3

      out