isPointInside Method
Return true if spacePoint is strictly inside the halfspace, with tolerance applied to "on".
isPointInside(point: Point3d, tolerance: number = Geometry.smallMetricDistance): boolean
| Parameter | Type | Description |
|---|---|---|
| point | Point3d | |
| tolerance | number | tolerance for considering "near plane" to be "on plane" |
Returns - boolean
Defined in
- clipping/ClipPlane.ts Line 415
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.