Trait matrix::operation::ScaleSelf
[−]
[src]
pub trait ScaleSelf<T> {
fn scale_self(&mut self, T);
}A scaling that overwrites the receiver with the result.
Required Methods
fn scale_self(&mut self, T)
Perform the scaling.