|
| | AcGeMatrix2d (AcGeMatrix2d const &) |
| |
| | AcGeMatrix2d (void) |
| |
| | ~AcGeMatrix2d (void) |
| |
| bool | isEqualTo (AcGeMatrix2d const &, AcGeTol const &=AcGeContext::gTol) const |
| |
| bool | operator!= (AcGeMatrix2d const &) const |
| |
| bool | operator== (AcGeMatrix2d const &) const |
| |
| AcGeMatrix2d & | invert (void) |
| |
| AcGeMatrix2d & | operator*= (AcGeMatrix2d const &) |
| |
| AcGeMatrix2d & | operator= (AcGeMatrix2d const &) |
| |
| AcGeMatrix2d & | postMultBy (AcGeMatrix2d const &) |
| |
| AcGeMatrix2d & | preMultBy (AcGeMatrix2d const &) |
| |
| AcGeMatrix2d & | setCoordSystem (AcGePoint2d const &, AcGeVector2d const &, AcGeVector2d const &) |
| |
| AcGeMatrix2d & | setToAlignCoordSys (AcGePoint2d const &, AcGeVector2d const &, AcGeVector2d const &, AcGePoint2d const &, AcGeVector2d const &, AcGeVector2d const &) |
| |
| AcGeMatrix2d & | setToIdentity (void) |
| |
| AcGeMatrix2d & | setToMirroring (AcGeLine2d const &) |
| |
| AcGeMatrix2d & | setToMirroring (AcGePoint2d const &) |
| |
| AcGeMatrix2d & | setToProduct (AcGeMatrix2d const &, AcGeMatrix2d const &) |
| |
| AcGeMatrix2d & | setToRotation (double, AcGePoint2d const &=AcGePoint2d::kOrigin) |
| |
| AcGeMatrix2d & | setToScaling (double, AcGePoint2d const &=AcGePoint2d::kOrigin) |
| |
| AcGeMatrix2d & | setToTranslation (AcGeVector2d const &) |
| |
| AcGeMatrix2d & | setTranslation (AcGeVector2d const &) |
| |
| AcGeMatrix2d & | transposeIt (void) |
| |
| AcGeMatrix2d | inverse (void) const |
| |
| AcGeMatrix2d | operator* (AcGeMatrix2d const &) const |
| |
| AcGeMatrix2d | transpose (void) const |
| |
| AcGeVector2d | translation (void) const |
| |
| double & | operator() (unsigned int, unsigned int) |
| |
| double | det (void) const |
| |
| double | operator() (unsigned int, unsigned int) const |
| |
| double | scale (void) |
| |
| Frx::Boolean | isConformal (double &, double &, Frx::Boolean &, AcGeVector2d &) const |
| |
| Frx::Boolean | isScaledOrtho (AcGeTol const &=AcGeContext::gTol) const |
| |
| Frx::Boolean | isSingular (AcGeTol const &=AcGeContext::gTol) const |
| |
| Frx::Boolean | isUniScaledOrtho (AcGeTol const &=AcGeContext::gTol) const |
| |
| void | getCoordSystem (AcGePoint2d &, AcGeVector2d &, AcGeVector2d &) const |
| |
Definition at line 24 of file AcGeMatrix2d.h.