2024 Method
Changes 0
M

Frame.IsRightHanded

Description:
Determine if this frame's basis is right-handed.
Remarks:
The three basis vectors are "right-handed" if the triple vector product [vecX, vecY, vecZ] is positive, or equivalently if dot(vecX x vecY, vecZ) is positive, where "dot" represents the dot product.
public bool IsRightHanded()
bool True if this frame's basis is right-handed, false if not.