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/TransformCalculus.h |
| Include | #include "Math/TransformCalculus.h" |
template<typename TransformType, typename PositionType>
PositionType TransformPoint
(
const TransformType & Transform,
const PositionType & Point
)
Remarks
Generic implementation of TransformPoint. Attempts to use a member function of the TransformType.