hi, to check if two lines are parallel, i have been using (if (not (inters a b c d nil)) where a and b are the endpoints of line 1 and c d the endpoints of line 2 what would be the fastest way to check if they are parallel to a 1 degree tolerance? TIA