|
FRX SDK Documentation 2025 SP0
|
#include <AcGePointOnCurve3dData.h>
Public Member Functions | |
| AcGePointOnCurve3dData (AcGePointOnCurve3dData const &) | |
| AcGePointOnCurve3dData (void) | |
| AcGePoint3d | point (void) const |
| AcGePointOnCurve3dData & | operator= (AcGePointOnCurve3dData const &) |
| AcGeVector3d | deriv (int) const |
| Frx::Boolean | derivIsComputed (int) const |
| Frx::Boolean | pointIsComputed (void) const |
| void | setDeriv (int, AcGeVector3d const &) |
| void | setPoint (AcGePoint3d const &) |
Definition at line 22 of file AcGePointOnCurve3dData.h.
| AcGePointOnCurve3dData::AcGePointOnCurve3dData | ( | AcGePointOnCurve3dData const & | ) |
| AcGePointOnCurve3dData::AcGePointOnCurve3dData | ( | void | ) |
| AcGeVector3d AcGePointOnCurve3dData::deriv | ( | int | ) | const |
| Frx::Boolean AcGePointOnCurve3dData::derivIsComputed | ( | int | ) | const |
| AcGePointOnCurve3dData & AcGePointOnCurve3dData::operator= | ( | AcGePointOnCurve3dData const & | ) |
| AcGePoint3d AcGePointOnCurve3dData::point | ( | void | ) | const |
| Frx::Boolean AcGePointOnCurve3dData::pointIsComputed | ( | void | ) | const |
| void AcGePointOnCurve3dData::setDeriv | ( | int | , |
| AcGeVector3d const & | ) |
| void AcGePointOnCurve3dData::setPoint | ( | AcGePoint3d const & | ) |