batbox-lapp 0.16.0

Linear algebra (batbox-la) extensions
Documentation
1
2
3
4
use super::*;

/// A 2d segment
pub struct Segment<T>(pub vec2<T>, pub vec2<T>);