Click or drag to resize
Ab4d.SharpEngine logo

MathUtilsGetPlaneIntersection Method

Overload List
 NameDescription
Public methodStatic memberGetPlaneIntersection(Plane, BoundingBox) Returns a MathUtilsPlaneIntersectionType that describes where the specified bounds (as Rect3D) lie in relation to this Plane.
Public methodStatic memberGetPlaneIntersection(Plane, Vector3, Double) Returns a MathUtilsPlaneIntersectionType that describes where the Sphere (specified by sphereCenter and sphereRadius) lies in relation to this Plane.
Public methodStatic memberGetPlaneIntersection(Plane, Vector3, Single) Returns a MathUtilsPlaneIntersectionType that describes where the specified position lie in relation to this Plane.
Public methodStatic memberGetPlaneIntersection(Plane, Vector3, Single) Returns a MathUtilsPlaneIntersectionType that describes where the specified positions lie in relation to this Plane.
Top
See Also