Share

AcGeVector3d Constructor

Overload List

Method Description
AcGeVector3d::AcGeVector3d () Creates a vector at the origin.
AcGeVector3d::AcGeVector3d (AcGePlanarEnt&, AcGeVector2d&) Constructs a 3D vector by the formula uAxis * vec2d.x + vAxis * vec2d.y, where 3D point p and 3D vectors uAxis and vAxis form a coordinate system in planar entity pln and can found by function call pln.get(p, uAxis, vAxis).
AcGeVector3d::AcGeVector3d (AcGeVector3d&) Copy constructor.
AcGeVector3d::AcGeVector3d (double, double, double) Constructs a 3D vector with coordinates xx, yy, and zz correspondingly.

Was this information helpful?