|
LineGetAngleBetweenLines Method
|
Calculate minimum angle between this line and the specified line measured in [0, 90] degrees range.
Namespace:
Accord.Math.Geometry
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public float GetAngleBetweenLines(
Line secondLine
)
Public Function GetAngleBetweenLines (
secondLine As Line
) As Single
Request Example
View SourceParameters
- secondLine
- Type: Accord.Math.GeometryLine
The line to find angle between.
Return Value
Type:
SingleReturns minimum angle between lines.
See Also