auburn 0.1.4

Fast and simple physics library.
Documentation
1
2
3
4
5
6
7
use super::*;

impl ExtremePoint3d for Point {
    fn extreme_point(&self, _direction: Vec3) -> Vec3 {
        Vec3::ZERO
    }
}