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