Math: indent fixes.
This commit is contained in:
parent
c0f44016c6
commit
72e1bfdade
3 changed files with 18 additions and 18 deletions
|
|
@ -159,14 +159,14 @@ inline std::ostream& operator<<(std::ostream &s, const Vector3<T>& v);
|
|||
// Common specialization types
|
||||
// -----------------------------
|
||||
|
||||
typedef Vector3<float> Vector3f;
|
||||
typedef Vector3<int> Vector3i;
|
||||
typedef Vector3<unsigned> Vector3u;
|
||||
typedef Vector3<float> Vector3f;
|
||||
typedef Vector3<int> Vector3i;
|
||||
typedef Vector3<unsigned> Vector3u;
|
||||
typedef Vector3<unsigned char> Vector3b;
|
||||
|
||||
typedef Vector3<float> vec3f;
|
||||
typedef Vector3<int> vec3i;
|
||||
typedef Vector3<unsigned> vec3u;
|
||||
typedef Vector3<float> vec3f;
|
||||
typedef Vector3<int> vec3i;
|
||||
typedef Vector3<unsigned> vec3u;
|
||||
typedef Vector3<unsigned char> vec3b;
|
||||
|
||||
} // namespace sp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue