Crate linestring[−][src]
This is a library that deals with lines in 2D and 3D space. The library is implemented for a couple of independent 2d/3d packages:nalgebra,cgmath,vecmath and mint. Those implementations are feature gated so you only need to import the package you really use.
Modules
| cgmath_2d | This module is optional. To use if you must include the feature |
| cgmath_3d | This module is optional. To use if you must include the feature |
| mint_2d | This module is optional. To use if you must include the feature |
| mint_3d | This module is optional. To use if you must include the feature |
| nalgebra_2d | This module is optional. To use if you must include the feature |
| nalgebra_3d | This module is optional. To use if you must include the feature |
| vec_2d | This module is optional. To use if you must include the feature |
| vec_3d | This module is optional. To use if you must include the feature |
| vecmath_3d | This module is optional. To use if you must include the feature |
Enums
| LinestringError |