|
FRX SDK Documentation 2025 SP0
|
#include <AcGePoint2d.h>
Public Attributes | |
| double | x |
| double | y |
Static Public Attributes | |
| static ARX_API_STATIC const AcGePoint2d | kOrigin |
Definition at line 24 of file AcGePoint2d.h.
| AcGePoint2d::AcGePoint2d | ( | AcGePoint2d const & | ) |
| AcGePoint2d::AcGePoint2d | ( | void | ) |
| AcGeVector2d AcGePoint2d::asVector | ( | void | ) | const |
| double AcGePoint2d::distanceTo | ( | AcGePoint2d const & | ) | const |
| bool AcGePoint2d::isEqualTo | ( | AcGePoint2d const & | , |
| AcGeTol const & | = AcGeTol::gTol ) const |
| AcGePoint2d & AcGePoint2d::mirror | ( | AcGeLine2d const & | ) |
| bool AcGePoint2d::operator!= | ( | AcGePoint2d const & | ) | const |
| AcGePoint2d AcGePoint2d::operator* | ( | double | ) | const |
| AcGePoint2d & AcGePoint2d::operator*= | ( | double | ) |
| AcGePoint2d AcGePoint2d::operator+ | ( | AcGeVector2d const & | ) | const |
| AcGePoint2d & AcGePoint2d::operator+= | ( | AcGeVector2d const & | ) |
| AcGeVector2d AcGePoint2d::operator- | ( | AcGePoint2d const & | ) | const |
| AcGePoint2d AcGePoint2d::operator- | ( | AcGeVector2d const & | ) | const |
| AcGePoint2d & AcGePoint2d::operator-= | ( | AcGeVector2d const & | ) |
| AcGePoint2d AcGePoint2d::operator/ | ( | double | ) | const |
| AcGePoint2d & AcGePoint2d::operator/= | ( | double | ) |
| AcGePoint2d & AcGePoint2d::operator= | ( | AcGePoint2d const & | ) |
| bool AcGePoint2d::operator== | ( | AcGePoint2d const & | ) | const |
| AcGePoint2d & AcGePoint2d::rotateBy | ( | double | , |
| AcGePoint2d const & | = AcGePoint2d::kOrigin ) |
| AcGePoint2d & AcGePoint2d::scaleBy | ( | double | , |
| AcGePoint2d const & | = AcGePoint2d::kOrigin ) |
| AcGePoint2d & AcGePoint2d::set | ( | double | , |
| double | ) |
| AcGePoint2d & AcGePoint2d::setToProduct | ( | AcGeMatrix2d const & | , |
| AcGePoint2d const & | ) |
| AcGePoint2d & AcGePoint2d::setToSum | ( | AcGePoint2d const & | , |
| AcGeVector2d const & | ) |
| AcGePoint2d & AcGePoint2d::transformBy | ( | AcGeMatrix2d const & | ) |
|
static |
Definition at line 27 of file AcGePoint2d.h.
| double AcGePoint2d::x |
Definition at line 28 of file AcGePoint2d.h.
| double AcGePoint2d::y |
Definition at line 29 of file AcGePoint2d.h.