Click or drag to resize

PlaneRayHitPlane Method

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

Parameters

ray
Type: Internal.Net3dBoolRay
distanceToHit
Type: SystemDouble
hitFrontOfPlane
Type: SystemBoolean

Return Value

Type: Boolean
See Also