pointSetSingleClipStatus MethodStatic
Given an array of points, test for trivial containment conditions.
- ClipStatus.TrivialAccept if all points are in any one of the convexSet's.
- ClipStatus.ClipRequired if (in any single convexSet) there were points on both sides of any single plane.
- ClipStatus.TrivialReject if neither of those occurred.
pointSetSingleClipStatus(points: GrowableXYZArray, planeSet: UnionOfConvexClipPlaneSets, tolerance: number): ClipStatus
Parameter | Type | Description |
---|---|---|
points | GrowableXYZArray | |
planeSet | UnionOfConvexClipPlaneSets | |
tolerance | number |
Returns - ClipStatus
Defined in
- clipping/ClipUtils.ts Line 223
Last Updated: 30 November, 2023