|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Attributes | |
| std::vector< SupportPoint > | reduced_simplex |
| double | cx = 0.0 |
| double | cy = 0.0 |
| Point | witness_a |
| Point | witness_b |
| bool | contains_origin = false |
Definition at line 7580 of file geom_algorithms.H.
Definition at line 7587 of file geom_algorithms.H.
| double Aleph::ConvexPolygonDistanceGJK::ClosestSimplexResult::cx = 0.0 |
Definition at line 7583 of file geom_algorithms.H.
| double Aleph::ConvexPolygonDistanceGJK::ClosestSimplexResult::cy = 0.0 |
Definition at line 7584 of file geom_algorithms.H.
| std::vector<SupportPoint> Aleph::ConvexPolygonDistanceGJK::ClosestSimplexResult::reduced_simplex |
Definition at line 7582 of file geom_algorithms.H.
Referenced by Aleph::ConvexPolygonDistanceGJK::closest_from_simplex().
| Point Aleph::ConvexPolygonDistanceGJK::ClosestSimplexResult::witness_a |
Definition at line 7585 of file geom_algorithms.H.
| Point Aleph::ConvexPolygonDistanceGJK::ClosestSimplexResult::witness_b |
Definition at line 7586 of file geom_algorithms.H.