AngleBisector Command
- AngleBisector( <Line>, <Line> )
-
Returns both angle bisectors of the lines.
AngleBisector(x + y = 1, x - y = 2)
yields a: x = 1.5 and b: y = -0.5.
- AngleBisector( <Point>, <Point>, <Point> )
-
Returns the angle bisector of the angle defined by the three points.
AngleBisector((1, 1), (4, 4), (7, 1))
yields a: x = 4.
The second point is apex of this angle. |
See also Angle Bisector tool . |