Function normalFromMat4

  • Calculates a 3x3 normal matrix (transpose inverse) from the 4x4 matrix

    Parameters

    • out: mat3

      mat3 receiving operation result

    • a: ReadonlyMat4

      Mat4 to derive the normal matrix from

    Returns mat3

    out

Generated using TypeDoc