LePtAngle Definition

# The line through Point P making angle a with the x-axis

LePtAngle:=proc(P,a):

expand((y-P[2])-tan(a)*(x-P[1])):

end:


Definitions     Theorems