1
0
Fork 0

Math: indent fixes.

This commit is contained in:
Henrik Hautakoski 2020-02-12 08:54:03 +01:00
parent c0f44016c6
commit 72e1bfdade
No known key found for this signature in database
GPG key ID: 96765B12FEAC4745
3 changed files with 18 additions and 18 deletions

View file

@ -145,14 +145,14 @@ inline bool operator>=(T s, const Vector4<T>& v);
template <typename T>
inline std::ostream& operator<<(std::ostream &s, const Vector4<T>& v);
typedef Vector4<float> Vector4f;
typedef Vector4<int> Vector4i;
typedef Vector4<unsigned> Vector4u;
typedef Vector4<float> Vector4f;
typedef Vector4<int> Vector4i;
typedef Vector4<unsigned> Vector4u;
typedef Vector4<unsigned char> Vector4b;
typedef Vector4<float> vec4f;
typedef Vector4<int> vec4i;
typedef Vector4<unsigned> vec4u;
typedef Vector4<float> vec4f;
typedef Vector4<int> vec4i;
typedef Vector4<unsigned> vec4u;
typedef Vector4<unsigned char> vec4b;
} // namespace sp