@kognifai/cogsengine
    Preparing search index...

    Function transformMat4

    • Transforms the vec3 with a mat4. 4th vector component is implicitly '1'

      Parameters

      • out: vec3

        the receiving vector

      • a: ReadonlyVec3

        the vector to transform

      • m: ReadonlyMat4

        matrix to transform with

      Returns vec3

      out