Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMatrix
Description
Remove any scaling from this matrix (ie magnitude of each row is 1) and return the 3D scale vector that was initially present with error Tolerance
Remove any scaling from this matrix (ie magnitude of each row is 1) and return the 3D scale vector that was initially present.
| Name | ExtractScaling |
| 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 |
TVector < T > ExtractScaling
(
T Tolerance
)