Click or drag to resize

MathAlgorithmsIntersectCircleLine Method (Vector2, Double, Vector2, Vector2, Double, Double)

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

Parameters

center
Type: NeoAxisVector2
radius
Type: SystemDouble
point1
Type: NeoAxisVector2
point2
Type: NeoAxisVector2
outScale1
Type: SystemDouble
outScale2
Type: SystemDouble

Return Value

Type: Int32
See Also