CFx SDK Documentation
2020SP3
|
Go to the documentation of this file.
24 #ifndef OD_GE_BOUND_BLOCK2D_H
25 #define OD_GE_BOUND_BLOCK2D_H
27 #include "Ge/GeEntity2d.h"
172 #endif // OD_GE_BOUND_BLOCK2D_H
bool contains(const OdGePoint2d &point) const
GLsizei GLsizei GLchar * source
OdGeBoundBlock2d & extend(const OdGePoint2d &point)
OdGeBoundBlock2d & set(const OdGePoint2d &p1, const OdGePoint2d &p2)
OdGeEntity2d & operator=(const OdGeEntity2d &entity)
OdGeBoundBlock2d(const OdGePoint2d &point1, const OdGePoint2d &point2)
OdGeBoundBlock2d(const OdGePoint2d &base, const OdGeVector2d &dir1, const OdGeVector2d &dir2)
void get(OdGePoint2d &base, OdGeVector2d &side1, OdGeVector2d &side2) const
void getMinMaxPoints(OdGePoint2d &p1, OdGePoint2d &p2) const
OdGeBoundBlock2d & setToBox(bool toBox)
#define GE_TOOLKIT_EXPORT
bool isDisjoint(const OdGeBoundBlock2d &block) const
OdGeBoundBlock2d & swell(double distance)
OdGeBoundBlock2d & set(const OdGePoint2d &base, const OdGeVector2d &side1, const OdGeVector2d &side2)
OdGeBoundBlock2d(const OdGeBoundBlock2d &source)