Fixed missing curly bracket
This commit is contained in:
parent
ded853757c
commit
c11e1ffb4d
@ -293,6 +293,7 @@ impl<T: Scalar, const D: usize> Scale<T, D> {
|
|||||||
v[i] = self.vector[i].clone();
|
v[i] = self.vector[i].clone();
|
||||||
}
|
}
|
||||||
return OMatrix::from_diagonal(&v);
|
return OMatrix::from_diagonal(&v);
|
||||||
|
}
|
||||||
|
|
||||||
/// Inverts `self` in-place.
|
/// Inverts `self` in-place.
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user