VectorOperationsPolygonInsidePolygon(IListdvec3, IListdvec3) Method |
Returns true if the inner polygon is inside the outer polygon
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic 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