Vixen
02b45cc4
csharp
public enum PlaneIntersectionType

Which 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)

  • Back

    Entirely behind — the side the normal points away from.

  • Front

    Entirely in front — the side the normal points toward.

  • Intersecting

    Crossing the plane.

Used by (5)

  • BoundingBoxVixen.Core.Mathematics
  • BoundingFrustumVixen.Core.Mathematics
  • BoundingSphereVixen.Core.Mathematics
  • PlaneVixen.Core.Mathematics
  • VolumeTestsVixen.Core.Mathematics.Tests