33 #ifndef DART_COLLISION_DISTANCE_RESULT_HPP_ 34 #define DART_COLLISION_DISTANCE_RESULT_HPP_ 36 #include <Eigen/Dense> 117 bool isMinDistanceClamped()
const;
123 #endif // DART_COLLISION_DISTANCE_RESULT_HPP_
Definition: DistanceResult.hpp:46
Definition: Aspect.cpp:40
Eigen::Vector3d nearestPoint2
The nearest point on DistanceResult::shapeFrame2 expressed the world coordinates. ...
Definition: DistanceResult.hpp:103
const dynamics::ShapeFrame * shapeFrame2
Second ShapeFrame of the minDistance.
Definition: DistanceResult.hpp:83
const dynamics::ShapeFrame * shapeFrame1
First ShapeFrame of the minDistance.
Definition: DistanceResult.hpp:78
Eigen::Vector3d nearestPoint1
The nearest point on DistanceResult::shapeFrame1 expressed in the world coordinates.
Definition: DistanceResult.hpp:93
double unclampedMinDistance
Unclamped minimum distance that is the first distance equal to or less than DistanceOption::distanceL...
Definition: DistanceResult.hpp:73
Definition: ShapeFrame.hpp:189
double minDistance
Minimum singed distance between the checked Shape pairs.
Definition: DistanceResult.hpp:63