Click or drag to resize

VectorOperationsPolygonInsidePolygon(IListdvec3, IListdvec3) Method

Returns true if the inner polygon is inside the outer polygon

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public static bool PolygonInsidePolygon(
	IList<dvec3> outerPolygon,
	IList<dvec3> innerPolygon
)

Parameters

outerPolygon  IListdvec3
Vector list of the outer polygon.
innerPolygon  IListdvec3
Vector list of the inner polygon.

Return Value

Boolean

[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorOperations.PolygonInsidePolygon(System.Collections.Generic.IList{GlmSharp.dvec3},System.Collections.Generic.IList{GlmSharp.dvec3})"]

See Also