Click or drag to resize

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
C#
public bool Intersects(
	ref 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: Boolean
True if the given ray intersects the current instance of PlaneF; False otherwise.
See Also