|
| | 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 26 of file AcGePoint3d.h.