defines IGESDirection, Type <123> Form <0>
in package IGESGeom
A direction entity is a non-zero vector in Euclidean 3-space
that is defined by its three components (direction ratios)
with respect to the coordinate axes. If x, y, z are the
direction ratios then (x^2 + y^2 + z^2) > 0
#include <IGESGeom_Direction.hxx>
Constructor & Destructor Documentation
IGESGeom_Direction::IGESGeom_Direction |
( |
| ) |
|
Member Function Documentation
void IGESGeom_Direction::Init |
( |
const gp_XYZ & |
aDirection | ) |
|
- aDirection : Direction ratios, Z is 0 by default
gp_Vec IGESGeom_Direction::TransformedValue |
( |
| ) |
const |
gp_Vec IGESGeom_Direction::Value |
( |
| ) |
const |
The documentation for this class was generated from the following file: