PlaneFIntersects(RayF, Vector3F) Method |
Determines whether the given ray intersects the current instance of
PlaneF.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool Intersects(
ref RayF ray,
out Vector3F intersectionPoint
)
Parameters
- ray RayF
- The ray to check.
- intersectionPoint Vector3F
- The resulting point of intersection of the plane and the ray (if they intersected).
Return Value
BooleanTrue if the given ray intersects the current instance of
PlaneF; False otherwise.
See Also