|
WSF
|
#include <WsfCompositeOpticalSignature.hpp>
Public Member Functions | |
| MyMat3d () | |
| MyMat3d (const MyMat3d &)=default | |
| MyMat3d & | operator= (const MyMat3d &)=default |
| UtVec3d | InverseMultiply (const UtVec3d &aRhs) const |
| UtVec3d | Multiply (const UtVec3d &aRhs) const |
| void | Identity () |
Public Attributes | |
| double | mMat [3][3] |
A stripped down version of UtMat3d. At the time this was written, UtMat3d had some serious deficiencies. We only need a very small subset, so this was created until UtMat3d is cleaned up. Its name is the same length that eliminating this class means simply changing all references of MyMat3d to UtMat3d - along with a couple of code changes.
|
inline |
References mMat.
Referenced by MyMat3d(), and operator=().
|
default |
References MyMat3d().
|
inline |
References mMat.
|
inline |
References mMat.
|
inline |
References mMat.
References MyMat3d().
| double WsfCompositeOpticalSignature::MyMat3d::mMat[3][3] |
Referenced by Identity(), InverseMultiply(), Multiply(), MyMat3d(), and WsfCompositeOpticalSignature::Surface::UpdateGeometry().