Function 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.

void setPointCloud (
  const(PoolArray!(godot.core.vector2.Vector2)) point_cloud
) nothrow @nogc;