56 inline DXFVector(
double fX=0.0,
double fY=0.0,
double fZ=0.0);
95 DXFTransform(
double fScaleX,
double fScaleY,
double fScaleZ,
99 DXFTransform(
double fScaleX,
double fScaleY,
double fScaleZ,
DXFVector operator*(const DXFVector &rV) const
DXFVector operator-(const DXFVector &rV) const
DXFVector & operator+=(const DXFVector &rV)
double SProd(const DXFVector &rV) const
bool operator==(const DXFVector &rV) const
DXFVector & operator*=(double fs)
DXFVector operator+(const DXFVector &rV) const
DXFVector(double fX=0.0, double fY=0.0, double fZ=0.0)