Description:

Test whether three vectors describe an orthogonal, unit axis system. All vectors must be mutually perpendicular and have unit length for this to be the case.

Syntax:
public static bool AreOrthonormal(
Vector3d x,
Vector3d y,
Vector3d z
)
Parameters:
Returns:
Type: bool
True if all vectors are non-zero and mutually perpendicular.
Available since:
6.7

AreOrthonormal method

Class:  Rhino.Geometry.Vector3d

Nothing found