![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <Geometry.h>
Public Member Functions | |
| XForm4x4 (void) | |
| Real & | operator() (int i, int j) |
| const Real & | operator() (int i, int j) const |
| template<class _Real > | |
| Point3D< _Real > | operator* (const Point3D< _Real > &p) const |
| XForm4x4 | operator* (const XForm4x4 &m) const |
| XForm4x4 | transpose (void) const |
| Real | subDeterminant (int i, int j) const |
| Real | determinant (void) const |
| XForm4x4 | inverse (void) const |
Static Public Member Functions | |
| static XForm4x4 | Identity (void) |
Public Attributes | |
| Real | coords [4][4] |
Definition at line 116 of file Geometry.h.
Definition at line 119 of file Geometry.h.
References XForm4x4< Real >::coords.
|
inline |
Definition at line 157 of file Geometry.h.
References XForm4x4< Real >::coords, and XForm4x4< Real >::subDeterminant().
Referenced by XForm4x4< Real >::inverse().
Definition at line 120 of file Geometry.h.
Definition at line 158 of file Geometry.h.
References XForm4x4< Real >::coords, XForm4x4< Real >::determinant(), and XForm4x4< Real >::subDeterminant().
Referenced by operator*().
|
inline |
Definition at line 126 of file Geometry.h.
References XForm4x4< Real >::coords.
|
inline |
Definition at line 127 of file Geometry.h.
References XForm4x4< Real >::coords.
|
inline |
Definition at line 128 of file Geometry.h.
References XForm4x4< Real >::coords.
|
inline |
Definition at line 138 of file Geometry.h.
References XForm4x4< Real >::coords.
|
inline |
Definition at line 150 of file Geometry.h.
References XForm4x4< Real >::coords, and XForm3x3< Real >::determinant().
Referenced by XForm4x4< Real >::determinant(), and XForm4x4< Real >::inverse().
Definition at line 144 of file Geometry.h.
References XForm4x4< Real >::coords.
Referenced by operator*().
| Real XForm4x4< Real >::coords[4][4] |
Definition at line 118 of file Geometry.h.
Referenced by XForm4x4< Real >::determinant(), XForm4x4< Real >::inverse(), XForm4x4< Real >::operator()(), XForm4x4< Real >::operator*(), XForm4x4< Real >::subDeterminant(), XForm4x4< Real >::transpose(), and XForm4x4< Real >::XForm4x4().