Click or drag to resize

EllipsoidSurfaceRegion.RotationDirection Method

Computes the rotation sense of the region.

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

Parameters

region
Type: AGI.Foundation.Geometry.Shapes.EllipsoidSurfaceRegion
The input region.

Return Value

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