Remove Vector::UNIT constant
This commit is contained in:
parent
5e6d994199
commit
d9a29f5176
1 changed files with 0 additions and 3 deletions
|
|
@ -18,9 +18,6 @@ impl<T> Vector<T> {
|
|||
impl Vector {
|
||||
/// The zero [`Vector`].
|
||||
pub const ZERO: Self = Self::new(0.0, 0.0);
|
||||
|
||||
/// The unit [`Vector`].
|
||||
pub const UNIT: Self = Self::new(0.0, 0.0);
|
||||
}
|
||||
|
||||
impl<T> std::ops::Add for Vector<T>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue