4.3 KiB
4.3 KiB
Ignition Math 2.x
- Fixed frustum falsely saying it contained AABB in some cases
Ignition Math 2.8
Ignition Math 2.8.0
-
Added Color
-
Added OrientedBox
-
Added an assignment operator to the Frustum class.
Ignition Math 2.7
Ignition Math 2.7.0
-
Add static const variables as alternative to macros in Helpers.hh
-
Add new methods for floating numbers: lessOrEqual and greaterOrEqual
Ignition Math 2.6
Ignition Math 2.6.0
-
Added copy constructor, equality operators and assignment operators to SphericalCoordinates class.
-
Fix Euler angle conversion of quaternions near singularities
-
Backport triangle3, helper functions, equality helper to work with 387 fp unit (Contribution from Rich Mattes).
-
Added Matrix4::LookAt
-
Set Inertial Rotations
-
Added SemanticVersion class
Ignition Math 2.5
Ignition Math 2.5.0
-
Added PID class
-
Added SphericalCoordinate class
Ignition Math 2.4
Ignition Math 2.4.1
- Combine inertial properties of different objects, returning the equivalent inertial properties as if the objects were welded together.
Ignition Math 2.4.0
- New MassMatrix3 class
- MassMatrix3 helper functions
- Added Temperature class
- A contribution from Shintaro Noda
- Pull request 113
Ignition Math 2.3.0
- Added simple volumes formulas
- Add Length and SquaredLength for Vector2 with test
- Add Equal function with numerical tolerance argument
- First part of MassMatrix3 class, mostly accessors and modifiers
- Add Transpose methods for Matrix3,4 with test
- Multiplication improvements for Vector/Matrix classes
- Scalar +,- operators for Vector[234]
- Add Determinant method for Matrix[34]
- Fixes for compiling and running tests on Windows 7/Visual Studio 2013 Contribution from Silvio Traversaro.