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. Unfortunately this means the rustdoc is also feature gated, and as a default none of the implementations are part of the documentation. I’m trying to find a solution to this.

Modules

cgmath_2d
cgmath_3d
mint_2d
mint_3d
nalgebra_2d
nalgebra_3d
vec_2d
vec_3d
vecmath_3d

Enums

LinestringError