LinearPath.IsOrientedClockwise (Transformation) Method

Checks if the closed curve orientation is clockwise.
Public Function IsOrientedClockwise( _ 
ByVal t As Transformation
) As Boolean
This language is not supported or no code example is available.
public bool IsOrientedClockwise( 
Transformation t 
)
This language is not supported or no code example is available.

Parameters

t
Transformation

The transformation needed to project all points on the curve plane.

Return Value

bool

True if the curve is oriented clockwise, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition