Skip to content

Commit 0cbfec3

Browse files
florent-lamirauxjcarpent
authored andcommitted
Update CHANGELOG.md.
1 parent 494448b commit 0cbfec3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1717
- Fix call to clear methods for {Collision,Distance}Data inside init function ([#509](https://github.com/humanoid-path-planner/hpp-fcl/pull/509))
1818
- CMake: fix submodule use in bindings in ([#512](https://github.com/humanoid-path-planner/hpp-fcl/pull/512))
1919
- Fix bug in DynamicAABBTreeCollisionManager (see [#514](https://github.com/humanoid-path-planner/hpp-fcl/issues/514)) in ([#515](https://github.com/humanoid-path-planner/hpp-fcl/pull/515))
20+
### Added
21+
- In struct Contact
22+
- Documentation of the members,
23+
- initialization of normal, closest points and contact point in constructors
24+
- method getDistanceToCollision
25+
- New variant of GJK (PolyakAcceleration).
26+
- Specialization of distance computation between
27+
- Sphere and Capsule,
28+
- Ellipsoid and Halfspace,
29+
- Ellipsoid and Plane.
30+
- Collision computation between Octree and HeightField.
31+
32+
### Changed
33+
- Matrixx3f and Matrixx3i become row major.
34+
- Use shared pointers to vectors instead of arrays for vertices and triangles in class BVHModelBase.
35+
36+
### Removed
37+
- members related epa in class QueryRequest
2038

2139
## [2.4.0] - 2023-11-27
2240

0 commit comments

Comments
 (0)