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.2.419.0 (24.2.419.0)
Syntax public static int RotationDirection(
EllipsoidSurfaceRegion region
)
Public Shared Function RotationDirection (
region As EllipsoidSurfaceRegion
) As Integer
public:
static int RotationDirection(
EllipsoidSurfaceRegion^ region
)
static member RotationDirection :
region : EllipsoidSurfaceRegion -> int
Parameters
- region
- Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceRegion
The input region.
Return Value
Type:
Int32The rotation sense. Counter clockwise is 1, clockwise is -1.
See Also