Math: indent fixes.
This commit is contained in:
parent
c0f44016c6
commit
72e1bfdade
3 changed files with 18 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue