#include <Point.hpp>
Public Member Functions | |
Eigen::Vector3d | getEigen () |
Point () | |
Point (double x, double y, double z) | |
Point (Eigen::Vector3d v) | |
virtual void | serialize (std::ostream &strm) const |
Public Member Functions inherited from ISM::Serializable | |
virtual | ~Serializable () |
Public Attributes | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW Eigen::Vector3d | eigen |
Point class. Just a "struct" with the three (x,y,z) coordinates of a point in space being public.
|
virtual |
Implements ISM::Serializable.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW Eigen::Vector3d ISM::Point::eigen |