AngleBetweenLines


Measures the smaller and the larger angle between two lines.

Syntax

C++
Python
 
def AngleBetweenLines(
	inLine1: Line2D,
	inLine2: Line2D,
	/
)
-> (
	outSmallerAngle: float,
	outLargerAngle: float
)

Parameters

Name Type Default Description
Input value inLine1 Line2D
Input value inLine2 Line2D
Output value outSmallerAngle float
Output value outLargerAngle float