GeometrySingleton.clipPolygon

Clips the polygon defined by the points in points against the plane and returns the points of the clipped polygon.

struct GeometrySingleton
@nogc nothrow
PoolVector3Array
clipPolygon
(
in PoolVector3Array points
,
in Plane plane
)

Meta