|
| |
returns OBTUSE, RIGHT or ACUTE depending on the angle formed by the two vectors u and v. | ||
|
| |
returns OBTUSE, RIGHT or ACUTE depending on the angle formed by the three points p, q, r (q being the vertex of the angle). The returned value is the same as angle(p - q, r - q). | ||
|
| |
returns OBTUSE, RIGHT or ACUTE depending on the angle formed by the two vectors pq, rs. The returned value is the same as angle(q - p, s - r). | ||
|
| |
returns OBTUSE, RIGHT or ACUTE depending on the angle formed by the three points p, q, r (q being the vertex of the angle). |