Click or drag to resize

PlaneRayHitPlane Method


Namespace: Internal.Net3dBool
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool RayHitPlane(
	Ray ray,
	out double distanceToHit,
	out bool hitFrontOfPlane
)

Parameters

ray  Ray
 
distanceToHit  Double
 
hitFrontOfPlane  Boolean
 

Return Value

Boolean
See Also