|
FRX SDK Documentation 2025 SP0
|
#include <AcGeScale2d.h>
Public Attributes | |
| double | sx |
| double | sy |
Static Public Attributes | |
| static ARX_API_STATIC AcGeScale2d const | kIdentity |
Definition at line 22 of file AcGeScale2d.h.
| AcGeScale2d::AcGeScale2d | ( | AcGeScale2d const & | ) |
| AcGeScale2d::AcGeScale2d | ( | double | ) |
| AcGeScale2d::AcGeScale2d | ( | void | ) |
| AcGeScale2d & AcGeScale2d::extractScale | ( | AcGeMatrix2d const & | ) |
| void AcGeScale2d::getMatrix | ( | AcGeMatrix2d & | ) | const |
| AcGeScale2d AcGeScale2d::inverse | ( | void | ) | const |
| AcGeScale2d & AcGeScale2d::invert | ( | void | ) |
| bool AcGeScale2d::isEqualTo | ( | AcGeScale2d const & | , |
| AcGeTol const & | = AcGeContext::gTol ) const |
| Frx::Boolean AcGeScale2d::isProportional | ( | AcGeTol const & | = AcGeContext::gTol | ) | const |
| AcGeScale2d::operator AcGeMatrix2d | ( | void | ) | const |
| bool AcGeScale2d::operator!= | ( | AcGeScale2d const & | ) | const |
| AcGeScale2d AcGeScale2d::operator* | ( | AcGeScale2d const & | ) | const |
| AcGeScale2d AcGeScale2d::operator* | ( | double | ) | const |
| AcGeScale2d & AcGeScale2d::operator*= | ( | AcGeScale2d const & | ) |
| AcGeScale2d & AcGeScale2d::operator*= | ( | double | ) |
| AcGeScale2d & AcGeScale2d::operator= | ( | AcGeScale2d const & | ) |
| bool AcGeScale2d::operator== | ( | AcGeScale2d const & | ) | const |
| AcGeScale2d & AcGeScale2d::postMultBy | ( | AcGeScale2d const & | ) |
| AcGeScale2d & AcGeScale2d::preMultBy | ( | AcGeScale2d const & | ) |
| AcGeScale2d & AcGeScale2d::removeScale | ( | AcGeMatrix2d & | ) |
| AcGeScale2d & AcGeScale2d::set | ( | double | , |
| double | ) |
| AcGeScale2d & AcGeScale2d::setToProduct | ( | AcGeScale2d const & | , |
| AcGeScale2d const & | ) |
| AcGeScale2d & AcGeScale2d::setToProduct | ( | AcGeScale2d const & | , |
| double | ) |
|
static |
Definition at line 25 of file AcGeScale2d.h.
| double AcGeScale2d::sx |
Definition at line 26 of file AcGeScale2d.h.
| double AcGeScale2d::sy |
Definition at line 27 of file AcGeScale2d.h.