|
| | AcAxPoint3d (AcAxPoint3d const &) |
| |
| | AcAxPoint3d (AcGePoint3d const &) |
| |
| | AcAxPoint3d (AcGeVector3d const &) |
| |
| | AcAxPoint3d (double, double, double) |
| |
| | AcAxPoint3d (tagSAFEARRAY const *) |
| |
| | AcAxPoint3d (tagVARIANT const &) |
| |
| | AcAxPoint3d (tagVARIANT const *) |
| |
| | AcAxPoint3d (void) |
| |
| AcAxPoint3d & | operator= (AcAxPoint3d const &) |
| |
| AcAxPoint3d & | operator= (AcGePoint3d const &) |
| |
| AcAxPoint3d & | operator= (AcGeVector3d const &) |
| |
| AcAxPoint3d & | operator= (tagSAFEARRAY const *) |
| |
| AcAxPoint3d & | operator= (tagVARIANT const &) |
| |
| AcAxPoint3d & | operator= (tagVARIANT const *) |
| |
| tagSAFEARRAY * | asSafeArrayPtr (void) const |
| |
| tagVARIANT & | setVariant (tagVARIANT &) const |
| |
| tagVARIANT * | asVariantPtr (void) const |
| |
| tagVARIANT * | setVariant (tagVARIANT *) const |
| |
| | AcGePoint3d (AcGePlanarEnt const &, AcGePoint2d const &) |
| |
| | AcGePoint3d (AcGePoint3d const &) |
| |
| | AcGePoint3d (double, double, double) |
| |
| | AcGePoint3d (void) |
| |
| bool | isEqualTo (AcGePoint3d const &, AcGeTol const &=AcGeTol::gTol) const |
| |
| bool | operator!= (AcGePoint3d const &) const |
| |
| bool | operator== (AcGePoint3d const &) const |
| |
| AcGePoint2d | convert2d (AcGePlanarEnt const &) const |
| |
| AcGePoint3d & | mirror (AcGePlane const &) |
| |
| AcGePoint3d & | operator*= (double) |
| |
| AcGePoint3d & | operator+= (AcGeVector3d const &) |
| |
| AcGePoint3d & | operator-= (AcGeVector3d const &) |
| |
| AcGePoint3d & | operator/= (double) |
| |
| AcGePoint3d & | operator= (AcGePoint3d const &) |
| |
| AcGePoint3d & | rotateBy (double, AcGeVector3d const &, AcGePoint3d const &=AcGePoint3d::kOrigin) |
| |
| AcGePoint3d & | scaleBy (double, AcGePoint3d const &=AcGePoint3d::kOrigin) |
| |
| AcGePoint3d & | set (AcGePlanarEnt const &, AcGePoint2d const &) |
| |
| AcGePoint3d & | set (double, double, double) |
| |
| AcGePoint3d & | setToProduct (AcGeMatrix3d const &, AcGePoint3d const &) |
| |
| AcGePoint3d & | setToSum (AcGePoint3d const &, AcGeVector3d const &) |
| |
| AcGePoint3d & | transformBy (AcGeMatrix3d const &) |
| |
| AcGePoint3d | operator* (double) const |
| |
| AcGePoint3d | operator+ (AcGeVector3d const &) const |
| |
| AcGePoint3d | operator- (AcGeVector3d const &) const |
| |
| AcGePoint3d | operator/ (double) const |
| |
| AcGePoint3d | orthoProject (AcGePlane const &) const |
| |
| AcGePoint3d | project (AcGePlane const &, AcGeVector3d const &) const |
| |
| AcGeVector3d | asVector (void) const |
| |
| AcGeVector3d | operator- (AcGePoint3d const &) const |
| |
| double & | operator[] (unsigned int) |
| |
| double | distanceTo (AcGePoint3d const &) const |
| |
| double | operator[] (unsigned int) const |
| |
Definition at line 22 of file AcAxPoint3d.h.