

Go to the source code of this file.
Classes | |
| class | Line< T, N > |
| N-dimensional line segment defined by a start and end point. More... | |
Typedefs | |
| using | Line2Di32 = Line< int32_t, 2 > |
| 2D line segment with int32_t components. | |
| using | Line2Df = Line< float, 2 > |
| 2D line segment with float components. | |
| using | Line2Dd = Line< double, 2 > |
| 2D line segment with double components. | |
| using | Line3Di32 = Line< int32_t, 3 > |
| 3D line segment with int32_t components. | |
| using | Line3Df = Line< float, 3 > |
| 3D line segment with float components. | |
| using | Line3Dd = Line< double, 3 > |
| 3D line segment with double components. | |
| using | Line4Di32 = Line< int32_t, 4 > |
| 4D line segment with int32_t components. | |
| using | Line4Df = Line< float, 4 > |
| 4D line segment with float components. | |
| using | Line4Dd = Line< double, 4 > |
| 4D line segment with double components. | |
See LICENSE file in the project root folder for license information.