Description:

Test whether three vectors describe a right-handed, orthogonal, unit axis system. The vectors must be orthonormal and follow the right-hand ordering; index-finger=x, middle-finger=y, thumb=z.

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

AreRighthanded method

Class:  Rhino.Geometry.Vector3d

Nothing found