Trait radiant_utils::maths::Vector
[−]
[src]
pub trait Vector<T: Copy + Debug + Float> { fn as_vec3(&self, neutral: T) -> Vec3<T>; }
Values that can be converted to a vector.