|
| OdGePointOnCurve2d () |
|
| OdGePointOnCurve2d (const OdGeCurve2d &curve2d, double param=0.0) |
|
| OdGePointOnCurve2d (const OdGePointOnCurve2d &source) |
|
OdGePointOnCurve2d & | operator= (const OdGePointOnCurve2d &pntOnCurve) |
|
const OdGeCurve2d * | curve () const |
|
double | parameter () const |
|
OdGePoint2d | point () const |
|
OdGePoint2d | point (double param) |
|
OdGePoint2d | point (const OdGeCurve2d &curve2d, double param) |
|
OdGeVector2d | deriv (int order) const |
|
OdGeVector2d | deriv (int order, double param) |
|
OdGeVector2d | deriv (int order, const OdGeCurve2d &curve2d, double param) |
|
bool | isSingular (const OdGeTol &tol=OdGeContext::gTol) const |
|
bool | curvature (double &res) |
|
bool | curvature (double param, double &res) |
|
OdGePointOnCurve2d & | setCurve (const OdGeCurve2d &curve2d) |
|
OdGePointOnCurve2d & | setParameter (double param) |
|
OdGePoint2d | point2d () const |
|
| operator OdGePoint2d () const |
|
OdGePointEnt2d & | operator= (const OdGePointEnt2d &point) |
|
| ODRX_HEAP_OPERATORS () |
|
bool | isKindOf (OdGe::EntityId entType) const |
|
OdGe::EntityId | type () const |
|
OdGeEntity2d * | copy () const |
|
OdGeEntity2d & | operator= (const OdGeEntity2d &entity) |
|
bool | operator== (const OdGeEntity2d &entity) const |
|
bool | operator!= (const OdGeEntity2d &entity) const |
|
bool | isEqualTo (const OdGeEntity2d &other, const OdGeTol &tol=OdGeContext::gTol) const |
|
OdGeEntity2d & | transformBy (const OdGeMatrix2d &xfm) |
|
OdGeEntity2d & | translateBy (const OdGeVector2d &translateVec) |
|
OdGeEntity2d & | rotateBy (double angle, const OdGePoint2d &basePoint=OdGePoint2d::kOrigin) |
|
OdGeEntity2d & | mirror (const OdGeLine2d &line) |
|
OdGeEntity2d & | scaleBy (double scaleFactor, const OdGePoint2d &basePoint=OdGePoint2d::kOrigin) |
|
bool | isOn (const OdGePoint2d &point, const OdGeTol &tol=OdGeContext::gTol) const |
|
| ~OdGeEntity2d () |
|
This class represents points along 2D curves.
Corresponding C++ library: TD_Ge
<group OdGe_Classes>
- See also
- <link ge_Evaluators.html, Working with Evaluator Classes>
Definition at line 47 of file GePointOnCurve2d.h.