csharp
public enum PlaneIntersectionTypeWhich side of a plane something is on.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
BackEntirely behind — the side the normal points away from.
FrontEntirely in front — the side the normal points toward.
IntersectingCrossing the plane.
Used by (5)
- BoundingBoxVixen.Core.Mathematics
- BoundingFrustumVixen.Core.Mathematics
- BoundingSphereVixen.Core.Mathematics
- PlaneVixen.Core.Mathematics
- VolumeTestsVixen.Core.Mathematics.Tests