Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TMatrix
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Matrix.h |
| Include | #include "Math/Matrix.h" |
| Source | /Engine/Source/Runtime/Core/Public/Math/Matrix.inl |
TMatrix < T > InverseFast() const
Remarks
Get the inverse of this matrix. Will ensure on nil matrices in non-final builds. Not faster than Inverse.
InverseFast. Unlike Inverse, this may ensure if used on nil/nan matrix in non-final builds should not be used on matrices that may be nil/nan note: not actually faster than Inverse