127 return operator *=(leftSide);
141 return operator *=(rightSide);
195 double factor)
const;
284 unsigned int i)
const
AECBASE_API OdGePoint3d operator*(const AECECS &matrix, const OdGePoint3d &point)
#define GE_TOOLKIT_EXPORT
bool operator!=(T left, const OdGiVariant::EnumType right)
bool operator==(T left, const OdGiVariant::EnumType right)
OdGeScale2d & setToProduct(const OdGeScale2d &scaleVec, double factor)
OdGeScale2d & set(double xFactor, double yFactor)
OdGeScale2d & postMultBy(const OdGeScale2d &rightSide)
bool isEqualTo(const OdGeScale2d &scaleVec, const OdGeTol &tol=OdGeContext::gTol) const
OdGeScale2d & removeScale(OdGeMatrix2d &xfm)
OdGeScale2d(double factor)
OdGeScale2d & extractScale(const OdGeMatrix2d &xfm)
OdGeScale2d & preMultBy(const OdGeScale2d &leftSide)
OdGeScale2d & setToProduct(const OdGeScale2d &scaleVec1, const OdGeScale2d &scaleVec2)
bool isProportional(const OdGeTol &tol=OdGeContext::gTol) const
OdGeScale2d(double xFactor, double yFactor)
static GE_STATIC_EXPORT const OdGeScale2d kIdentity
void getMatrix(OdGeMatrix2d &xfm) const
OdGeScale2d inverse() const
static GE_STATIC_EXPORT OdGeTol gTol