Matrix4d.PROPERTY_ORTHONORMAL

Bit returned by {@link #properties()} to indicate that the upper-left 3x3 submatrix represents an orthogonal matrix (i.e. orthonormal basis). For practical reasons, this property also always implies {@link #PROPERTY_AFFINE} in this implementation.

struct Matrix4d
static immutable
byte PROPERTY_ORTHONORMAL;

Meta