Ark Server API (ASA) - Wiki
|
#include <TransformCalculus3D.h>
Static Public Member Functions | |
template<typename OtherTransformType > | |
static auto | Convert (const OtherTransformType &Transform) -> decltype((FMatrix44f) ToMatrix(Transform)) |
Specialization of TransformConverter for UE::Math::TMatrix<T>. Calls ToMatrix() by default. Allows custom types to easily provide support via a ToMatrix() overload or a ToMatrix() member function. Uses decltype to support efficient passthrough of classes that can convert to a UE::Math::TMatrix<T> without creating a new instance.
Definition at line 200 of file TransformCalculus3D.h.
|
inlinestatic |
Definition at line 203 of file TransformCalculus3D.h.