401 Commits (58d156bc4795a1486f717ac4369f4ca3563d4467)

Author SHA1 Message Date
Vladimír Vondruš 58d156bc47 Math: removed Point2D/Point3D altogether. 13 years ago
Vladimír Vondruš c2f4359bd7 Math: added strongly-typed asin(), acos() and atan(). 13 years ago
Vladimír Vondruš 62ec12cf75 Added typedefs for double-precision vector and matrix types. 13 years ago
Vladimír Vondruš 92fb224380 Partially revert "Work-around preprocessor issues on Windows." 13 years ago
Vladimír Vondruš 3cbeb43078 Cleaned up includes. 13 years ago
Vladimír Vondruš c0a5e5dadd Math: added sin(), cos() and tan() accepting either Rad or Deg. 13 years ago
Vladimír Vondruš 0dfa00b24d Math: minor code cleanup. 13 years ago
Vladimír Vondruš 3ccc6a794e Math: removed old deg()/rad() helpers. 13 years ago
Vladimír Vondruš c293630c7c Math: using Rad for Quaternion and DualQuaternion functions. 13 years ago
Vladimír Vondruš d16a6259b8 Math: using Rad for Matrix4::perspectiveProjection(). 13 years ago
Vladimír Vondruš 830ce69da0 Math: using Rad in Matrix*::rotation*(). 13 years ago
Vladimír Vondruš 1d40254676 Math: use Rad for Vector::angle(). 13 years ago
Vladimír Vondruš a3924c9176 Brought Math::Deg/Rad and related operators to Magnum namespace. 13 years ago
Vladimír Vondruš ff929c04e9 Math: type-safe implementation for degrees and radians. 13 years ago
Vladimír Vondruš f1e3453517 Math: base class for units. 13 years ago
Vladimír Vondruš 687bd37b81 Math: initial complex number implementation. 13 years ago
Vladimír Vondruš 99be617278 Work-around preprocessor issues on Windows. 13 years ago
Vladimír Vondruš e94a596a80 Math: code cleanup, doc++ 13 years ago
Vladimír Vondruš 9cb0b77d1e Math: added underlying type typedef for remaining types. 13 years ago
Vladimír Vondruš 5b1463fa0c Math: test constexpr methods on DualQuaternion. 13 years ago
Vladimír Vondruš dccfc1f8ba Math: test constexpr methods on Quaternion. 13 years ago
Vladimír Vondruš 184bf38fc1 Math: test constexpr methods on Dual. 13 years ago
Vladimír Vondruš e2591253ae Math: test constexpr swizzle(). 13 years ago
Vladimír Vondruš 227517ff89 Math: added DualQuaternion::transformPoint(). 13 years ago
Vladimír Vondruš 7e0d8d119f Math: ability to normalize DualQuaternion. 13 years ago
Vladimír Vondruš 12c786c408 Math: renamed DualQuaternion::norm() to length(), added lengthSquared(). 13 years ago
Vladimír Vondruš f1da7a08b4 Math: added sqrt() overload for Dual. 13 years ago
Vladimír Vondruš fec6822187 Math: added sqrt() scalar/vector overload. 13 years ago
Vladimír Vondruš 83346ce023 Math: converting DualQuaternion to matrix. 13 years ago
Vladimír Vondruš 389e9194e0 Math: doc++ 13 years ago
Vladimír Vondruš 07c0c4d845 Math: added tests for composed dual quaternion parts. 13 years ago
Vladimír Vondruš a49bb0d718 Math: convenience functions for transforming vectors with matrices. 13 years ago
Vladimír Vondruš 0f554a49f6 Math: convenience function to transform points with DualQuaternion. 13 years ago
Vladimír Vondruš 4697658ed2 Math: ability to also multiply Dual with Dual of another underlying type. 13 years ago
Vladimír Vondruš 0f130ad55d Math: simplified Quaternion::rotateVector*() tests. 13 years ago
Vladimír Vondruš 03ae82b448 Math: creating DualQuaternion from vector. 13 years ago
Vladimír Vondruš 5673cf2656 Math: better documentation for vector/quat constructors. 13 years ago
Vladimír Vondruš 3ad264893e Math: creating rotation and translation DualQuaternion. 13 years ago
Vladimír Vondruš 4c1608378a Math: document that Quaternion::rotationAxis() might return NaN vector. 13 years ago
Vladimír Vondruš 5615a4c7f6 Math: initial implementation of DualQuaternion class. 13 years ago
Vladimír Vondruš 6eeac71290 Math: Use default pure equality comparison for arbitrary types. 13 years ago
Vladimír Vondruš 2a25c6eafd Math: return proper type from Dual operators in subclasses. 13 years ago
Vladimír Vondruš b8df58a5e7 Math: Allow division of Dual with Dual of another type. 13 years ago
Vladimír Vondruš 3f6a2d5ae8 Math: dual number implementation. 13 years ago
Vladimír Vondruš 5d6b2b4ecd Math: properly test Quaternion comparison. 13 years ago
Vladimír Vondruš 95982e5176 Math: various code cleanup. 13 years ago
Vladimír Vondruš a0b8dcc067 Math: rename Quaternion::fromRotation() to rotation(). 13 years ago
Vladimír Vondruš 93ac7f0d3c Math: rotating vectors with Quaternion. 13 years ago
Vladimír Vondruš 730c09567d Math: ability to explicitly create Quaternion for given vector. 13 years ago
Vladimír Vondruš 7c81755152 Math: slightly reorganize Quaternion test. 13 years ago