You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vladimír Vondruš
6e6e53886d
Removed dead code.
|
14 years ago |
| .. |
|
Algorithms
|
Deleted constructors of classes with only static members.
|
14 years ago |
|
Geometry
|
Deleted constructors of classes with only static members.
|
14 years ago |
|
Test
|
Split out lightweight base of swizzle() function to Math namespace.
|
14 years ago |
|
CMakeLists.txt
|
Split out lightweight base of swizzle() function to Math namespace.
|
14 years ago |
|
Constants.h
|
Deleted constructors of classes with only static members.
|
14 years ago |
|
Math.cpp
|
No `using namespace std` anywhere.
|
14 years ago |
|
Math.h
|
No `using namespace std` anywhere.
|
14 years ago |
|
MathTypeTraits.h
|
Removed dead code.
|
14 years ago |
|
Matrix.h
|
Marking all constructors explicit, except for matrix and vector classes.
|
14 years ago |
|
Matrix3.h
|
Marking all constructors explicit, except for matrix and vector classes.
|
14 years ago |
|
Matrix4.h
|
Marking all constructors explicit, except for matrix and vector classes.
|
14 years ago |
|
Point2D.h
|
Marking all constructors explicit, except for matrix and vector classes.
|
14 years ago |
|
Point3D.h
|
Marking all constructors explicit, except for matrix and vector classes.
|
14 years ago |
|
RectangularMatrix.cpp
|
Explicit template instantiation for common matrix and vector functions.
|
14 years ago |
|
RectangularMatrix.h
|
Marking all constructors explicit, except for matrix and vector classes.
|
14 years ago |
|
Swizzle.h
|
Split out lightweight base of swizzle() function to Math namespace.
|
14 years ago |
|
Vector.cpp
|
Explicit template instantiation for common matrix and vector functions.
|
14 years ago |
|
Vector.h
|
Marking all constructors explicit, except for matrix and vector classes.
|
14 years ago |
|
Vector2.h
|
Marking all constructors explicit, except for matrix and vector classes.
|
14 years ago |
|
Vector3.h
|
Marking all constructors explicit, except for matrix and vector classes.
|
14 years ago |
|
Vector4.h
|
Marking all constructors explicit, except for matrix and vector classes.
|
14 years ago |