Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMatrix
Description
Transform a direction vector - will not take into account translation part of the TMatrix
| Name | TransformVector |
| 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 |
TVector4 < T > TransformVector
(
const TVector < T > & V
) const