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š
1f675cae25
Math::Geometry: cleaned up Distance, removed use of Matrix.
The same functionality is now provided in Vector2::cross() which is
also more meaningful.
|
13 years ago |
| .. |
|
Algorithms
|
Doxygen: ignore specific namespaces instead of whole directories.
|
13 years ago |
|
Geometry
|
Math::Geometry: cleaned up Distance, removed use of Matrix.
|
13 years ago |
|
Test
|
Math: fixed matrix tests (spotted by Clang).
|
13 years ago |
|
Angle.cpp
|
Relicensing to MIT/Expat license, part 3: source files.
|
13 years ago |
|
Angle.h
|
Various other compilation fixes for OpenGL ES target.
|
13 years ago |
|
BoolVector.h
|
Doxygen: ignore specific namespaces instead of whole directories.
|
13 years ago |
|
CMakeLists.txt
|
Math: renamed MathTypeTraits to TypeTraits.
|
13 years ago |
|
Complex.cpp
|
Relicensing to MIT/Expat license, part 3: source files.
|
13 years ago |
|
Complex.h
|
Doc++, TODO++
|
13 years ago |
|
Constants.h
|
Math: fix compilation of tests with OpenGL ES.
|
13 years ago |
|
Dual.h
|
Math: renamed MathTypeTraits to TypeTraits.
|
13 years ago |
|
DualComplex.cpp
|
Relicensing to MIT/Expat license, part 3: source files.
|
13 years ago |
|
DualComplex.h
|
Math: better isNormalized() implementation.
|
13 years ago |
|
DualQuaternion.cpp
|
Relicensing to MIT/Expat license, part 3: source files.
|
13 years ago |
|
DualQuaternion.h
|
Math: better isNormalized() implementation.
|
13 years ago |
|
Functions.cpp
|
Relicensing to MIT/Expat license, part 3: source files.
|
13 years ago |
|
Functions.h
|
Math: added initializer list overloads for min() and max().
|
13 years ago |
|
Math.h
|
Math: added TODO.
|
13 years ago |
|
Matrix.h
|
Math: ability to convert matrices from/to external representation.
|
13 years ago |
|
Matrix3.h
|
Added TODOs.
|
13 years ago |
|
Matrix4.h
|
Added TODOs.
|
13 years ago |
|
Quaternion.cpp
|
Relicensing to MIT/Expat license, part 3: source files.
|
13 years ago |
|
Quaternion.h
|
Doc++, TODO++
|
13 years ago |
|
RectangularMatrix.cpp
|
Relicensing to MIT/Expat license, part 3: source files.
|
13 years ago |
|
RectangularMatrix.h
|
Math: ability to convert matrices from/to external representation.
|
13 years ago |
|
Swizzle.h
|
Doxygen: ignore specific namespaces instead of whole directories.
|
13 years ago |
|
TypeTraits.h
|
Doxygen: ignore specific namespaces instead of whole directories.
|
13 years ago |
|
Unit.h
|
Math: renamed MathTypeTraits to TypeTraits.
|
13 years ago |
|
Vector.cpp
|
Relicensing to MIT/Expat license, part 3: source files.
|
13 years ago |
|
Vector.h
|
Doxygen: ignore specific namespaces instead of whole directories.
|
13 years ago |
|
Vector2.h
|
Math: write Vector2::cross() in terms of perpendicular() and dot().
|
13 years ago |
|
Vector3.h
|
Math: Added Vector2::cross().
|
13 years ago |
|
Vector4.h
|
Relicensing to MIT/Expat license, part 2: headers.
|
13 years ago |