rene 0.2.0

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

impl<Scalar: Eq> Eq for Point<Scalar> {}