PlaneSweepResult Enumeration
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Name | Value | Description | |
---|---|---|---|
IntersectionsFound | 1 | Return this if any intersections was found. | |
NoIntersectionsFound | 2 | Return this if any intersections was not found. | |
StopSweep | 4 | Combine this flag with any other to stop the sweep. |