Click or drag to resize

MathAlgorithmsIntersectCircleLine Method (Vector2F, Single, Vector2F, Vector2F, Single, Single)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static int IntersectCircleLine(
	Vector2F center,
	float radius,
	Vector2F point1,
	Vector2F point2,
	out float outScale1,
	out float outScale2
)

Parameters

center
Type: NeoAxisVector2F
radius
Type: SystemSingle
point1
Type: NeoAxisVector2F
point2
Type: NeoAxisVector2F
outScale1
Type: SystemSingle
outScale2
Type: SystemSingle

Return Value

Type: Int32
See Also