An NDoc Documented Class Library

xyzArray.ClockWise Method 

Indicates the orientation. If the crossvector looks to the same side of the array like the Direction then the result is true else it is false.

public bool ClockWise(
   xyz Direction
);

Parameters

Direction
Direction to determe the orientation

Return Value

If the orientation of the array is clockwise then the result is true else false.

See Also

xyzArray Class | Minais.Drawing3d.Math Namespace