|
xc
|
Dirección en el espacio de tres dimensiones. More...
#include <Dir3d.h>
Public Member Functions | |
| Dir3d (const CGDirection_3 &d) | |
| Dir3d (GEOM_FT x, GEOM_FT y, GEOM_FT z) | |
| Constructor from (x,y,z) components. | |
| Dir3d (const Vector3d &v) | |
| Constructor from a Vector3d. | |
| virtual bool | operator== (const Dir3d &) const |
| Comparison operator. | |
| bool | operator!= (const Dir3d &) const |
| Comparison operator. | |
| const CGDirection_3 & | ToCGAL (void) const |
| int | dimension (void) const |
| void | Neg (void) |
| GEOM_FT | operator() (const size_t &i) const |
| GEOM_FT | dx (void) const |
| GEOM_FT | dy (void) const |
| GEOM_FT | dz (void) const |
| FT_matrix | getMatrix (void) const |
| Returns the x, y and z components in a row matrix. | |
| Vector3d | GetVector (void) const |
| Returns the x, y and z components in a vector. | |
Friends | |
| std::ostream & | operator<< (std::ostream &stream, const Dir3d &n) |
| Insertion into an output stream. | |
Dirección en el espacio de tres dimensiones.
1.8.13