Navigation
Unreal Engine C++ API Reference > Runtime > Chaos > Chaos > Chaos::Utilities::Multiply
References
Module | Chaos |
Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Utilities.h |
Include | #include "Chaos/Utilities.h" |
namespace Chaos
{
namespace Utilities
{
FVec3 Chaos&58;&58;Utilities&58;&58;Multiply
&40;
const FMatrix33 & L,
const FVec3 & R
&41;
}
}
Remarks
Multiple a vector by a matrix: C = L.R If L is a rotation matrix, then this will return R rotated by that rotation.