shape-convex 0.0.1

The representation projective transformation
Documentation
1
2
3
4
5
6
7
use graphics_shape::{Point, Polygon, Signed};

use crate::ConvexHull;

mod dim2;
mod dim3;
mod merge;