FMatrix3Scale Method
Scale a vector by the specified translation.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static FVector2 Scale(
FVector2 point,
FVector2 scale
)
Public Shared Function Scale (
point As FVector2,
scale As FVector2
) As FVector2
No code example is currently available or this language may not be supported.
- point FVector2
-
Reference point.
- scale FVector2
-
Scale for the X and Y axes.
FVector2
Scaled point.