|
Jafar
|
A structure to store a 3D point x, y and z are double, but represents point. More...
A structure to store a 3D point x, y and z are double, but represents point.
Definition at line 34 of file Stereosimu.hpp.
#include <Stereosimu.hpp>
Public Member Functions | |
| Point (double _x, double _y, double _z) | |
| void | change_frame (jafar::geom::T3D &t3d) |
| Apply a transformation on a point. | |
Public Attributes | |
| double | x |
| double | y |
| double | z |
Friends | |
| std::ostream & | operator<< (std::ostream &o, const Point &p) |
| An easy way to print a point. | |
| void jafar::stereosimu::Point::change_frame | ( | jafar::geom::T3D & | t3d | ) |
Apply a transformation on a point.
| t3d | is the transformation to apply |
| Generated on Wed Oct 15 2014 00:37:51 for Jafar by doxygen 1.7.6.1 |
|