ClipPlaneContainment Enumeration
Enumerated type for describing where geometry lies with respect to clipping planes.
Members
Name | Value | Description |
---|---|---|
Ambiguous | Inside/outside state unknown. | |
StronglyInside | All points inside. | |
StronglyOutside | All points outside. |
Defined in
- clipping/ClipUtils.ts Line 46
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.