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 |
TVector < T > InverseTransformPosition
(
const TVector < T > & V
) const
Remarks
Inverts the matrix and then transforms V - correctly handles scaling in this matrix.