rene 0.2.0

Computational geometry.
Documentation
1
2
3
use super::types::Polygon;

impl<Scalar: Eq> Eq for Polygon<Scalar> where Self: PartialEq {}