Table of Contents

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

plane Plane

The plane to test.

Returns

PlaneIntersectionType

Whether the two objects intersected.