The search functionality needs JavaScript enabled
Clips the polygon defined by the points in points against the plane and returns the points of the clipped polygon.
points
plane
PoolArray!(godot.core.vector3.Vector3) clipPolygon ( const(PoolArray!(godot.core.vector3.Vector3)) points, const(Plane) plane ) nothrow @nogc;