![]() |
open_iA
2020.01
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
Class representing a 4x4 float matrix. More...
#include <iAmat4.h>
Public Member Functions | |
| iAMat4 () | |
| iAMat4 (const iAMat4 &m) | |
| iAMat4 (float) | |
| void | invert () |
| iAMat4 & | operator*= (const iAMat4 &) |
| iAMat4 & | operator*= (float) |
| iAMat4 & | operator+= (const iAMat4 &) |
| iAMat4 & | operator-= (const iAMat4 &) |
| iAMat4 & | operator/= (float) |
| void | transpose () |
Public Attributes | |
| float | x [4][4] |
Friends | |
| open_iA_Core_API iAMat4 | operator* (const iAMat4 &, const iAMat4 &) |
| open_iA_Core_API iAVec3f | operator* (const iAMat4 &, const iAVec3f &) |
| iAMat4 | operator* (const iAMat4 &, float) |
| iAMat4 | operator* (float, const iAMat4 &) |
| iAMat4 | operator+ (const iAMat4 &, const iAMat4 &) |
| iAMat4 | operator- (const iAMat4 &, const iAMat4 &) |
Class representing a 4x4 float matrix.
|
inline |
| iAMat4::iAMat4 | ( | float | v | ) |
|
inline |
| void iAMat4::invert | ( | ) |
| iAMat4 & iAMat4::operator*= | ( | float | v | ) |
| iAMat4& iAMat4::operator/= | ( | float | ) |
| void iAMat4::transpose | ( | ) |
| float iAMat4::x[4][4] |
1.8.16