 |
TriangulatorIsClockwise Property |
Gets a boolean that specifies if the specified points are oriented in clockwise direction.
This property can be used only then Triangulator is created by providing a single list of point and not multiple polygons.
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic bool IsClockwise { get; }Property Value
Boolean
RemarksIsClockwise gets a boolean that specifies if the specified points are oriented in clockwise direction.
This property is useful when creating extruded objects from polygons - if the IsClockwise is false, the normals for the extruded object need to be flipped.
This property can be used only then Triangulator is created by providing a single list of point and not multiple polygons.
See Also