Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TShear2
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus2D.h |
| Include | #include "Math/TransformCalculus2D.h" |
template<typename ArgType>
UE::Math::TVector2 < ArgType > TransformPoint
(
const UE::Math::TVector2 < ArgType > & Point
) const
Remarks
Transform 2D Point [X Y] * [1 YY] == [X+Y*XX Y+X*YY] [XX 1]