Click or drag to resize

EllipsoidSurfaceRegionRotationDirection Method

Computes the rotation sense of the region.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static int RotationDirection(
	EllipsoidSurfaceRegion region
)

Parameters

region
Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceRegion
The input region.

Return Value

Type: Int32
The rotation sense. Counter clockwise is 1, clockwise is -1.
See Also