VectorOperationsPositiveOrientation(IListdvec3) Method |
Returns true if the orientation of the object is positive (conter clock wise)
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic static bool PositiveOrientation(
IList<dvec3> commands
)
Parameters
- commands IListdvec3
- Vector list of the object.
Return Value
Boolean[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorOperations.PositiveOrientation(System.Collections.Generic.IList{GlmSharp.dvec3})"]
See Also