Click or drag to resize

VectorOperations Class

Provides operations to analyze vector lists.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.VectorGraphicElementVectorOperations

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public static class VectorOperations

The VectorOperations type exposes the following members.

Methods
 NameDescription
Public methodStatic memberPointInsidePolygon Returns true if the point p lies inside the polygon[]
Public methodStatic memberPolygonInsidePolygon(IListdvec3, IListdvec3) Returns true if the inner polygon is inside the outer polygon
Public methodStatic memberPolygonInsidePolygon(IListIListdvec3, IListdvec3) Returns true if the inner polygon is inside the outer polygon
Public methodStatic memberPositiveOrientation(IEnumerableBaseMetafileCommand) Returns true if the orientation of the object is positive (conter clock wise)
Public methodStatic memberPositiveOrientation(IListdvec3) Returns true if the orientation of the object is positive (conter clock wise)
Top
See Also