isPointOnOrInside Method
Method from Clipper interface.
- Implement as dispatch to clipPlaneSets as supplied by derived class.
isPointOnOrInside(point: Point3d, onTolerance: number = Geometry.smallMetricDistanceSquared): boolean
| Parameter | Type | Description |
|---|---|---|
| point | Point3d | |
| onTolerance | number |
Returns - boolean
Defined in
- clipping/ClipVector.ts Line 144
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.