| 772 | /// \related FlatPoint3D |
| 773 | |
| 774 | inline float Attitude(const FlatPoint3D& p) |
| 775 | { |
| 776 | return (p.w); |
| 777 | } |
| 778 | |
| 779 | /// \brief Returns the attitude of the 3D line $l$ as a 3D vector. |
| 780 | /// \related Line3D |
nothing calls this directly
no test coverage detected