Overload List
Name | Description | |
---|---|---|
ClipPolygon(List<(Of <<'(Point3D>)>>), Rect3D) |
Clips polygon (must be planar and convex) by given axis-aligned bounding box
using the Sutherland-Hodgman algorithm.
| |
ClipPolygon(List<(Of <<'(Point3D>)>>), Point3D, Vector3D) |
Clips polygon (must be planar and convex) by given plane using the Sutherland-Hodgman algorithm.
|