Math | |
| Name | Description | |
|---|---|---|
| RayPlaneIntersection(Ray, Plane, Vector3) | RayPlaneIntersection calculates a position where a ray intersects a plane. Returns false if there is no intersection. | |
| RayPlaneIntersection(Vector3, Vector3, Vector3, Vector3, Vector3) | RayPlaneIntersection calculates a position where a ray intersects a plane. Returns false if there is no intersection. |