CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
GeEntity2d.h File Reference
#include "Ge/GePoint2d.h"
#include "OdHeap.h"
#include "TD_PackPush.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

class  OdGeEntity2d
 

Macros

#define OD_GE_ENTITY_2D_H   /*!DOM*/
 
#define GE_OPERATORS_OVERRIDE_2D(CLASS)
 

Macro Definition Documentation

◆ GE_OPERATORS_OVERRIDE_2D

#define GE_OPERATORS_OVERRIDE_2D ( CLASS)
Value:
CLASS* copy() const;\
CLASS& transformBy(const OdGeMatrix2d& xfm); \
CLASS& translateBy(const OdGeVector2d& translateVec);\
CLASS& rotateBy(double angle, const OdGePoint2d& basePoint = OdGePoint2d::kOrigin);\
CLASS& mirror(const OdGeLine2d& line);\
CLASS& scaleBy(double scaleFactor, const OdGePoint2d& basePoint = OdGePoint2d::kOrigin);
static GE_STATIC_EXPORT const OdGePoint2d kOrigin
Definition GePoint2d.h:93

Definition at line 195 of file GeEntity2d.h.

◆ OD_GE_ENTITY_2D_H

#define OD_GE_ENTITY_2D_H   /*!DOM*/

Definition at line 25 of file GeEntity2d.h.