31 #ifdef OD_HAVE_MATH_FILE
35 #ifdef OD_HAVE_COMPLEX_FILE
212 x = point.
x + vect.
x;
213 y = point.
y + vect.
y;
239 return sqrt ( (
x-point.
x)* (
x-point.
x)+ (
y-point.
y)* (
y-point.
y));
245 return isEqualTo (point);
250 return !isEqualTo (point);
278 unsigned int i)
const
#define GE_TOOLKIT_EXPORT
GE_TOOLKIT_EXPORT OdGeVector3d operator*(const OdGeMatrix3d &matrix, const OdGeVector3d &vect)
OdGePoint2d & set(double xx, double yy)
OdGePoint2d & setToProduct(const OdGeMatrix2d &matrix, const OdGePoint2d &point)
OdGePoint2d & rotateBy(double angle, const OdGePoint2d &basePoint=kOrigin)
bool isEqualTo(const OdGePoint2d &point, const OdGeTol &tol=OdGeContext::gTol) const
OdGePoint2d & transformBy(const OdGeMatrix2d &xfm)
static GE_STATIC_EXPORT const OdGePoint2d kOrigin
double distanceTo(const OdGePoint2d &point) const
OdGePoint2d & scaleBy(double scaleFactor, const OdGePoint2d &basePoint=kOrigin)
OdGePoint2d(double xx, double yy)
OdGePoint2d & mirror(const OdGeLine2d &line)
OdGePoint2d & setToSum(const OdGePoint2d &point, const OdGeVector2d &vect)
const OdGeVector2d & asVector() const
bool DAI_EXPORT operator!=(const OdDAI::OdSelect &left, const OdDAI::OdSelect &right)
bool DAI_EXPORT operator==(const OdFileDescriptionAuto &left, const OdFileDescriptionAuto &right)
static GE_STATIC_EXPORT OdGeTol gTol