MathAlgorithmsIntersectCircleLine(Vector2, Double, Vector2, Vector2, Double, Double) Method |
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static int IntersectCircleLine(
Vector2 center,
double radius,
Vector2 point1,
Vector2 point2,
out double outScale1,
out double outScale2
)
Parameters
- center Vector2
-
- radius Double
-
- point1 Vector2
-
- point2 Vector2
-
- outScale1 Double
-
- outScale2 Double
-
Return Value
Int32
See Also