Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TSHVector
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/SHMath.h |
Include | #include "Math/SHMath.h" |
TSHVector & operator&47;&61;
&40;
const float & Scalar
&41;
Remarks
In-place scalar division operator. Changed to float& from float to avoid LHS Changed from (*this = *this * (1.0f/B);) to calculate here to avoid LHS Now this avoids TSHVector * operator thus LHS on *this as well as Result and LHS