Click or drag to resize

PlaneFIntersects(RayF, Vector3F) Method

Determines whether the given ray intersects the current instance of PlaneF.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool Intersects(
	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

Boolean
True if the given ray intersects the current instance of PlaneF; False otherwise.
See Also