enum PlaneSide
The "positive side" of the plane is the half space to which the plane normal points.
The "negative side" is the other half space. The flag "no side" indicates the plane itself.
Values
| Name | Value | Description |
|---|---|---|
None |
0 |
|
Positive |
1 |
|
Negative |
2 |
|
Both |
3 |