Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TransformPoint
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus2D.h |
| Include | #include "Math/TransformCalculus2D.h" |
template<typename PositionType>
UE::Math::TVector2 < PositionType > TransformPoint
(
float Transform,
const UE::Math::TVector2 < PositionType > & Point
)
Remarks
Adapters for 2D uniform scale.
Since it is a fundamental type, we cannot rely on the default template that calls member functions. Instead, we provide direct overloads. Specialization for uniform Scale.