Click or drag to resize

CircleFIntersects Method (Ray2F, Single, Single)

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

Parameters

ray
Type: NeoAxisRay2F
scale1
Type: SystemSingle
scale2
Type: SystemSingle

Return Value

Type: Boolean
See Also