Description:

Test whether three vectors describe an orthogonal axis system. All vectors must be mutually perpendicular this to be the case.

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

AreOrthogonal method

Class:  Rhino.Geometry.Vector3d

Nothing found