|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
A point in the Minkowski difference and its source components. More...
Public Attributes | |
| Point | a |
| Contributing point from the first polygon. | |
| Point | b |
| Contributing point from the second polygon. | |
| Point | v |
| Resulting point in Minkowski difference (a - b). | |
| double | vx = 0.0 |
| Double-precision cache for faster predicates. | |
| double | vy = 0.0 |
| Double-precision cache for faster predicates. | |
A point in the Minkowski difference and its source components.
Definition at line 7571 of file geom_algorithms.H.
| Point Aleph::ConvexPolygonDistanceGJK::SupportPoint::a |
Contributing point from the first polygon.
Definition at line 7573 of file geom_algorithms.H.
Referenced by Aleph::ConvexPolygonDistanceGJK::closest_from_simplex().
| Point Aleph::ConvexPolygonDistanceGJK::SupportPoint::b |
Contributing point from the second polygon.
Definition at line 7574 of file geom_algorithms.H.
Referenced by Aleph::ConvexPolygonDistanceGJK::closest_from_simplex().
| Point Aleph::ConvexPolygonDistanceGJK::SupportPoint::v |
Resulting point in Minkowski difference (a - b).
Definition at line 7575 of file geom_algorithms.H.
| double Aleph::ConvexPolygonDistanceGJK::SupportPoint::vx = 0.0 |
Double-precision cache for faster predicates.
Definition at line 7576 of file geom_algorithms.H.
Referenced by Aleph::ConvexPolygonDistanceGJK::closest_from_simplex().
| double Aleph::ConvexPolygonDistanceGJK::SupportPoint::vy = 0.0 |
Double-precision cache for faster predicates.
Definition at line 7577 of file geom_algorithms.H.
Referenced by Aleph::ConvexPolygonDistanceGJK::closest_from_simplex().