Click or drag to resize

VectorOperationsPositiveOrientation(IListdvec3) Method

Returns true if the orientation of the object is positive (conter clock wise)

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public 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