Interface IIntersectableWithPlane
- Namespace
 - Stride.Core.Mathematics
 
- Assembly
 - Stride.Core.Mathematics.dll
 
Allows to determine intersections with a Plane.
public interface IIntersectableWithPlane
  Methods
Intersects(ref readonly Plane)
Determines if there is an intersection between the current object and a Plane.
PlaneIntersectionType Intersects(ref readonly Plane plane)
  Parameters
planePlaneThe plane to test.
Returns
- PlaneIntersectionType
 Whether the two objects intersected.