Function GeometrySingleton.clipPolygon

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

PoolArray!(godot.core.vector3.Vector3) clipPolygon (
  const(PoolArray!(godot.core.vector3.Vector3)) points,
  const(Plane) plane
) nothrow @nogc;