crashcat docs
    Preparing search index...

    Function transformFaceWithMat4Scale

    • transform face vertices using a rotation+translation matrix plus separate scale. the matrix provides rotation and translation, scale is applied separately. this allows callers to pass pre-computed rotation+translation matrices.

      Parameters

      • face: Face
      • matrix: Mat4
      • scale: Vec3

      Returns void