20 #ifndef INCLUDED_FILTER_SOURCE_GRAPHICFILTER_IDXF_DXFVEC_HXX
21 #define INCLUDED_FILTER_SOURCE_GRAPHICFILTER_IDXF_DXFVEC_HXX
57 inline DXFVector(
double fX=0.0,
double fY=0.0,
double fZ=0.0);
96 DXFTransform(
double fScaleX,
double fScaleY,
double fScaleZ,
100 DXFTransform(
double fScaleX,
double fScaleY,
double fScaleZ,
bool operator==(const DXFVector &rV) const
DXFVector operator+(const DXFVector &rV) const
DXFVector & operator*=(double fs)
DXFVector(double fX=0.0, double fY=0.0, double fZ=0.0)
double SProd(const DXFVector &rV) const
DXFVector & operator+=(const DXFVector &rV)
DXFVector operator-(const DXFVector &rV) const
DXFVector operator*(const DXFVector &rV) const