Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
| Type | Name | Description | |
|---|---|---|---|
| PositionType | TransformPoint
(
const TransformType& Transform, |
Generic implementation of TransformPoint. Attempts to use a member function of the TransformType. | |
| UE::Math::TVector< T > | TransformPoint
(
const UE::Math::TVector< T >& Transform, |
Specialization for UE::Math::TVector |
|
| UE::Math::TVector< T > | TransformPoint
(
const TScale< T >& Transform, |
Specialization for Scale. | |
| UE::Math::TVector< PositionType > | TransformPoint
(
float Transform, |
Specialization for uniform Scale. | |
| UE::Math::TVector< PositionType > | TransformPoint
(
double Transform, |
||
| UE::Math::TVector2< T > | TransformPoint
(
const UE::Math::TVector2< T >& Transform, |
Specialization for TVector2 Translation. | |
| UE::Math::TVector2< PositionType > | TransformPoint
(
float Transform, |
Adapters for 2D uniform scale. | |
| UE::Math::TVector2< PositionType > | TransformPoint
(
double Transform, |
||
| UE::Math::TVector< T > | TransformPoint
(
const UE::Math::TMatrix< T >& Transform, |
TransformPoint overloads. | |
| UE::Math::TVector< T > | TransformPoint
(
const UE::Math::TQuat< T >& Transform, |
Specialization for UE::Math::TQuat |
|
| UE::Math::TVector< T > | TransformPoint
(
const UE::Math::TRotator< T >& Transform, |
Specialization for UE::Math::TRotator |