#include <CCollisionSpheresGeometry.h>
Public Member Functions | |
| cCollisionSpheresEdge () | |
| Constructor of cCollisionSpheresEdge. | |
| cCollisionSpheresEdge (cCollisionSpheresPoint *a_a, cCollisionSpheresPoint *a_b) | |
| Constructor of cCollisionSpheresEdge. | |
| virtual | ~cCollisionSpheresEdge () |
| Destructor of cCollisionSpheresEdge. | |
| void | initialize (cCollisionSpheresPoint *a_a, cCollisionSpheresPoint *a_b) |
| Initialization. | |
| const cVector3d & | getCenter () const |
| Return the center of the edge. | |
| double | getRadius () const |
| Return the radius of the edge. | |
| void cCollisionSpheresEdge::initialize | ( | cCollisionSpheresPoint * | a_a, | |
| cCollisionSpheresPoint * | a_b | |||
| ) |
Initialization.
Constructor of cCollisionSpheresEdge.
| a_a | First vertex of the edge. | |
| a_b | Second vertex of the edge. |