pub trait NormalizeAssign {
// Required method
fn normalize_assign(&mut self);
}
Expand description
This type abstracts a vector or other object that can be normalized to represent the same direction while having a length of 1
pub trait NormalizeAssign {
// Required method
fn normalize_assign(&mut self);
}
This type abstracts a vector or other object that can be normalized to represent the same direction while having a length of 1