ConvexPolygonShape2D.setPointCloud

Based on the set of points provided, this creates and assigns the points property using the convex hull algorithm. Removing all unneeded points. See Geometry.convexHull2d for details.

struct ConvexPolygonShape2D
@nogc nothrow
void
setPointCloud
(
in PoolVector2Array point_cloud
)

Meta