Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
| Type | Name | Description | |
|---|---|---|---|
| ConcatenateRules< TransformTypeA, TransformTypeB >::ResultType | Concatenate
(
const TransformTypeA& LHS, |
Concatenates two transforms. | |
| TTransform2< T > | Concatenate
(
const UE::Math::TVector2< V >& Translation, |
Specialization for concatenating a 2D Translation and 2D scale. | |
| TTransform2< T > | Concatenate
(
const UE::Math::TVector2< V >& Translation, |
Specialization for concatenating a 2D Translation and 2D shear. | |
| TTransform2< T > | Concatenate
(
const UE::Math::TVector2< V >& Translation, |
Specialization for concatenating 2D Translation and 2D Rotation. | |
| TTransform2< T > | Concatenate
(
const UE::Math::TVector2< V >& Translation, |
Specialization for concatenating 2D Translation and 2D generalized transform. | |
| TTransform2< T > | Concatenate
(
const UE::Math::TVector2< V >& Translation, |
Specialization for concatenating 2D Translation and transform. | |
| UE::Math::TRotator< T > | Concatenate
(
const UE::Math::TRotator< T >& LHS, |
Specialization for concatenating two rotations. | |
| decltype(Concatenate(Concatenate(TransformAToB, TransformBToC), TransformCToD)) | Concatenate
(
const TransformType1& TransformAToB, |
Concatenates three transforms. | |
| decltype(Concatenate(Concatenate(TransformAToB, TransformBToC, TransformCToD), TransformDToE)) | Concatenate
(
const TransformType1& TransformAToB, |
Concatenates four transforms. | |
| decltype(Concatenate(Concatenate(TransformAToB, TransformBToC, TransformCToD, TransformDToE), Transf... | Concatenate
(
const TransformType1& TransformAToB, |
Concatenates five transforms. | |
| ReturnType | Concatenate
(
const LHSType& LHS, |
Special overload that allows one to explicitly define the result type, which applies TransformCast on each argument first. | |
| decltype(LHS.Concatenate(RHS)) | Concatenate
(
const TransformType& LHS, |
Specialization for concatenating two transforms of the same type. | |
| FloatType | Concatenate
(
FloatType LHS, |
Overloads for uniform Scale. | |
| TTransform2< T > | Concatenate
(
const TScale2< T >& Scale, |
Concatenate overloads. | |
| TTransform2< T > | Concatenate
(
const TShear2< T >& Shear, |
Specialization for concatenating a 2D shear and 2D Translation. | |
| TTransform2< T > | Concatenate
(
const TQuat2< T >& Rot, |
Specialization for concatenating 2D Rotation and 2D Translation. | |
| TTransform2< T > | Concatenate
(
const TMatrix2x2< T >& Transform, |
Specialization for concatenating 2D generalized transform and 2D Translation. | |
| TTransform2< T > | Concatenate
(
const TTransform2< T >& Transform, |
Specialization for concatenating transform and 2D Translation. |