VectorOperationsPointInsidePolygon Method |
Returns true if the point p lies inside the polygon[]
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic static bool PointInsidePolygon(
IList<dvec3> polygon,
dvec3 p
)
Parameters
- polygon IListdvec3
- Vector list of polygon.
- p dvec3
- Point.
Return Value
Boolean[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorOperations.PointInsidePolygon(System.Collections.Generic.IList{GlmSharp.dvec3},GlmSharp.dvec3)"]
See Also