|
| | Transf3d (Line3d const &) |
| |
| | Transf3d (Point3d const &) |
| |
| | Transf3d (Point3d const &, Vector3d const &, Vector3d const &) |
| |
| | Transf3d (Point3d const &, Vector3d const &, Vector3d const &, Vector3d const &) |
| |
| | Transf3d (AcGeMatrix3d const &) |
| |
| | Transf3d (ProjectionType, Point3d const &, Point3d const &, Vector3d const &) |
| |
| | Transf3d (void) |
| |
| | Transf3d (Transf3d const &) |
| |
| bool | isEqualScalingOrthogonal (void) const |
| |
| bool | isIdentity (void) const |
| |
| bool | isMirror (void) const |
| |
| bool | isOrthogonal (void) const |
| |
| bool | isPerspective (void) const |
| |
| bool | isValid (void) const |
| |
| Line3d | operator* (Line3d const &) const |
| |
| Point3d | operator* (Point3d const &) const |
| |
| Point3d | origin (void) const |
| |
| Point3d | project (Point3d const &) const |
| |
| Transf3d & | operator= (Transf3d &&) |
| |
| Transf3d & | operator= (Transf3d const &) |
| |
| Transf3d | invert (bool) const |
| |
| Transf3d | operator* (Transf3d const &) const |
| |
| Vector3d | operator* (Vector3d const &) const |
| |
| Vector3d | stretchVector (void) const |
| |
| Vector3d | xDir (void) const |
| |
| Vector3d | yDir (void) const |
| |
| Vector3d | zDir (void) const |
| |
| double & | operator() (int, int) |
| |
| double | operator() (int, int) const |
| |
| void | getCoordSystem (Point3d &, Vector3d &, Vector3d &, Vector3d &) const |
| |
| void | restore (SaveRestoreCallback *) |
| |
| void | save (SaveRestoreCallback *) const |
| |
Definition at line 27 of file Transf3d.h.