Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/ToMatrix
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus3D.h |
| Include | #include "Math/TransformCalculus3D.h" |
template<typename TransformType>
decltype(Transform.ToMatrix()) ToMatrix
(
const TransformType & Transform
)
Remarks
Converts a generic transform to a matrix using a ToMatrix() member function. Uses decltype to allow some classes to return const-ref types for efficiency.
the UE::Math::TMatrix
Parameters
| Name | Description |
|---|---|
| Transform |