Click or drag to resize
Ab4d.SharpEngine logo

MathUtilsRayPlaneIntersection Method

Overload List
 NameDescription
Public methodStatic memberRayPlaneIntersection(Ray, Plane, Vector3) RayPlaneIntersection calculates a position where a ray intersects a plane. Returns false if there is no intersection.
Public methodStatic memberRayPlaneIntersection(Vector3, Vector3, Vector3, Vector3, Vector3) RayPlaneIntersection calculates a position where a ray intersects a plane. Returns false if there is no intersection.
Top
See Also