fixed cargo fmt error
This commit is contained in:
parent
1e1135ef64
commit
c2cfe4a7ce
|
@ -411,7 +411,7 @@ where
|
||||||
#[must_use]
|
#[must_use]
|
||||||
pub fn slerp(&self, other: &Self, t: T) -> Self {
|
pub fn slerp(&self, other: &Self, t: T) -> Self {
|
||||||
let delta = other / self;
|
let delta = other / self;
|
||||||
self * Self::new(delta.angle()*t)
|
self * Self::new(delta.angle() * t)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue