Definition of a class Point in plain C++ and boost::vector for testing purpose. More...
Definition of a class Point in plain C++ and boost::vector for testing purpose.
Definition of a class Point in plain C++ and boost::vector for testing purpose
| T | base type of all the fields |
Definition at line 19 of file Point_orig.hpp.
#include <Point_orig.hpp>
Public Member Functions | |
| void | setx (T x_) |
| void | sety (T y_) |
| void | setz (T z_) |
| void | sets (T s_) |
Data Fields | |
| T | x |
| T | y |
| T | z |
| T | s |
| T | v [3] |
| T | t [3][3] |