robust2d 0.1.0

Robust geometric predicates based on Jonathan Schewchuk's library https://www.cs.cmu.edu/~quake/robust.html
Documentation
1
2
3
4
5
6
7
8
9
10
#![cfg_attr(feature="clippy", feature(plugin))]
#![cfg_attr(feature="clippy", plugin(clippy))]

#[macro_use]
extern crate matches;
extern crate num;

pub mod ffi;
pub mod arithmetic;
pub mod primitives;