Overload List

  NameDescription
Public methodStatic memberClipPolygon(List<(Of <<'(Point3D>)>>), Rect3D)
Clips polygon (must be planar and convex) by given axis-aligned bounding box using the Sutherland-Hodgman algorithm.
Public methodStatic memberClipPolygon(List<(Of <<'(Point3D>)>>), Point3D, Vector3D)
Clips polygon (must be planar and convex) by given plane using the Sutherland-Hodgman algorithm.

See Also