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