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