linestring 0.0.3

Work in progress
Documentation
linestring-0.0.3 has been yanked.

Crates.io Documentation Workflow Workflow dependency status

Work in progress

Anything in this API may will change without notice.

This crate will contain data structures and methods that deals with lines in 2d and 3d geometry.

There will be 3d and 2d implementations of:

This will be implemented (feature gated) for cgmath, nalgebra and limited versions for mint and plain vector scalars (no transformations etc). More implementations could be added if required.

Cargo.toml usage:

linestring = {version = "^0.0.3", features = ["impl-cgmath"]}
linestring = {version = "^0.0.3", features = ["impl-nalgebra"]}
linestring = {version = "^0.0.3", features = ["impl-mint"]}
linestring = {version = "^0.0.3", features = ["impl-vec"]}