A model for this must provide:
|
| |
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 operator()(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 operator()(q - p, s - r). |