Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
| Type | Name | Description | |
|---|---|---|---|
| decltype(Transform.ToMatrix()) | ToMatrix
(
const TransformType& Transform |
UE::Math::TMatrix |
|
| UE::Math::TMatrix< float > | ToMatrix
(
const UE::Math::TRotator< float >& Rotation |
Specialization for rotation. | |
| UE::Math::TMatrix< double > | ToMatrix
(
const UE::Math::TRotator< double >& Rotation |
||
| UE::Math::TMatrix< float > | ToMatrix
(
const UE::Math::TQuat< float >& Rotation |
Specialization for rotation. | |
| UE::Math::TMatrix< double > | ToMatrix
(
const UE::Math::TQuat< double >& Rotation |
||
| const UE::Math::TMatrix< float > & | ToMatrix
(
const UE::Math::TMatrix< float >& Transform |
Specialization for the NULL Matrix conversion. | |
| const UE::Math::TMatrix< double > & | ToMatrix
(
const UE::Math::TMatrix< double >& Transform |
||
| UE::Math::TMatrix< float > | ToMatrix
(
float Scale |
Specialization for floats as a uniform scale. | |
| UE::Math::TMatrix< double > | ToMatrix
(
double Scale |
||
| UE::Math::TMatrix< float > | Specialization for non-uniform Scale. | ||
| UE::Math::TMatrix< double > | |||
| UE::Math::TMatrix< float > | ToMatrix
(
const UE::Math::TVector< float >& Translation |
Specialization for translation. | |
| UE::Math::TMatrix< double > | ToMatrix
(
const UE::Math::TVector< double >& Translation |