geometry
FindAngle
find the angle between two lines or two circles
Calling Sequence
Parameters
Description
Examples
FindAngle(u, v)
u, v
-
two lines or circles
The routine finds the angle between two lines u and v, or between two circles u and v.
When u and v are two lines, the smaller angle between two lines is reported.
When u and v are two circles, the angle returned is in the range 0..Pi.
The command with(geometry,FindAngle) allows the use of the abbreviated form of this command.
with⁡geometry:
_EnvHorizontalName≔x:_EnvVerticalName≔y:
line⁡l1,x+y=1,line⁡l2,x−y=1
l1,l2
circle⁡c1,x2+y2=1,circle⁡c2,x−22+y2=4
c1,c2
FindAngle⁡l1,l2
π2
FindAngle⁡c1,c2
arccos⁡48
See Also
geometry[circle]
geometry[distance]
geometry[HorizontalName]
geometry[line]
geometry[slope]
geometry[VerticalName]
Download Help Document