Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMatrix
Description
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
| Name | InverseFast |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Matrix.h |
| Include Path | #include "Math/Matrix.h" |
| Source | /Engine/Source/Runtime/Core/Public/Math/Matrix.inl |
TMatrix < T > InverseFast() const