Package georegression.geometry
Class UtilLine2D_I32
java.lang.Object
georegression.geometry.UtilLine2D_I32
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic double
acuteAngle
(LineSegment2D_I32 line0, LineSegment2D_I32 line1) Computes the acute angle between the two lines.
-
Constructor Details
-
UtilLine2D_I32
public UtilLine2D_I32()
-
-
Method Details
-
acuteAngle
Computes the acute angle between the two lines. Does not check for intersection- Parameters:
line0
- First lineline1
- Second line- Returns:
- Acute angle in radians
-