Aardvark.Base


IndexPolygon3dExtensions

Static members

Static memberDescription
ComputePerimeter(polygon)
Signature: polygon:IndexPolygon3d -> float
ComputeVertexCentroid(polygon)
Signature: polygon:IndexPolygon3d -> V3d

The vertex centroid is the average of the vertex coordinates.

ToPolygon3d(polygon)
Signature: polygon:IndexPolygon3d -> Polygon3d
ToPolygon3d(polygon, pointArray)
Signature: (polygon:IndexPolygon3d * pointArray:V2d []) -> Polygon2d
ToPolygon3d(polygon, pointList)
Signature: (polygon:IndexPolygon3d * pointList:List<V2d>) -> Polygon2d
Fork me on GitHub