Click or drag to resize

SphereFIntersects Method (RayF, Single, Single)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public bool Intersects(
	RayF ray,
	out float scale1,
	out float scale2
)

Parameters

ray
Type: NeoAxisRayF
scale1
Type: SystemSingle
scale2
Type: SystemSingle

Return Value

Type: Boolean
See Also