|
FRX SDK Documentation 2025 SP0
|
#include <AcGePointOnSurfaceData.h>
Public Member Functions | |
| AcGePointOnSurfaceData (AcGePointOnSurfaceData const &) | |
| AcGePointOnSurfaceData (void) | |
| AcGePoint3d | point (void) const |
| AcGePointOnSurfaceData & | operator= (AcGePointOnSurfaceData const &) |
| AcGeVector3d | mixedPartial (void) const |
| AcGeVector3d | normal (void) const |
| AcGeVector3d | uDeriv (int) const |
| AcGeVector3d | vDeriv (int) const |
| Frx::Boolean | mixedPartialIsComputed (void) const |
| Frx::Boolean | normalIsComputed (void) const |
| Frx::Boolean | pointIsComputed (void) const |
| Frx::Boolean | uDerivIsComputed (int) const |
| Frx::Boolean | vDerivIsComputed (int) const |
| void | setMixedPartial (AcGeVector3d const &) |
| void | setNormal (AcGeVector3d const &) |
| void | setPoint (AcGePoint3d const &) |
| void | setUDeriv (int, AcGeVector3d const &) |
| void | setVDeriv (int, AcGeVector3d const &) |
Definition at line 22 of file AcGePointOnSurfaceData.h.
| AcGePointOnSurfaceData::AcGePointOnSurfaceData | ( | AcGePointOnSurfaceData const & | ) |
| AcGePointOnSurfaceData::AcGePointOnSurfaceData | ( | void | ) |
| AcGeVector3d AcGePointOnSurfaceData::mixedPartial | ( | void | ) | const |
| Frx::Boolean AcGePointOnSurfaceData::mixedPartialIsComputed | ( | void | ) | const |
| AcGeVector3d AcGePointOnSurfaceData::normal | ( | void | ) | const |
| Frx::Boolean AcGePointOnSurfaceData::normalIsComputed | ( | void | ) | const |
| AcGePointOnSurfaceData & AcGePointOnSurfaceData::operator= | ( | AcGePointOnSurfaceData const & | ) |
| AcGePoint3d AcGePointOnSurfaceData::point | ( | void | ) | const |
| Frx::Boolean AcGePointOnSurfaceData::pointIsComputed | ( | void | ) | const |
| void AcGePointOnSurfaceData::setMixedPartial | ( | AcGeVector3d const & | ) |
| void AcGePointOnSurfaceData::setNormal | ( | AcGeVector3d const & | ) |
| void AcGePointOnSurfaceData::setPoint | ( | AcGePoint3d const & | ) |
| void AcGePointOnSurfaceData::setUDeriv | ( | int | , |
| AcGeVector3d const & | ) |
| void AcGePointOnSurfaceData::setVDeriv | ( | int | , |
| AcGeVector3d const & | ) |
| AcGeVector3d AcGePointOnSurfaceData::uDeriv | ( | int | ) | const |
| Frx::Boolean AcGePointOnSurfaceData::uDerivIsComputed | ( | int | ) | const |
| AcGeVector3d AcGePointOnSurfaceData::vDeriv | ( | int | ) | const |
| Frx::Boolean AcGePointOnSurfaceData::vDerivIsComputed | ( | int | ) | const |