Math/Matrix3: remove Zero static variable (default constructor creates a zero matrix).
This commit is contained in:
parent
4e29b3ea2c
commit
84d773dc0d
2 changed files with 1 additions and 8 deletions
|
|
@ -24,7 +24,7 @@ struct Matrix3
|
|||
};
|
||||
|
||||
static Matrix3<T> Identity;
|
||||
static Matrix3<T> Zero;
|
||||
|
||||
|
||||
inline Matrix3();
|
||||
inline Matrix3( T a, T b, T c,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue