Defines several types of coordinates classes (used in the grasp planner). More...
#include "matvec3D.h"
Go to the source code of this file.
Classes | |
class | cartesian_coordinates |
Coordinate elements are values along 3 perpendicular axes. More... | |
class | coordinates |
This is the base class for various coordinate representations. More... | |
class | cylindrical_coordinates |
Coordinates are expressed as radius, azimuth angle, and height. More... | |
class | spherical_coordinates |
Coordinates are expressed as radius, azimuth angle, and elevation angle. More... |
Defines several types of coordinates classes (used in the grasp planner).
Definition in file grasp_coordinates.h.