FMatrix3Scale Method
Scale a vector by the specified translation.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FVector3 Scale(
FVector2 point,
FVector2 scale
)
Public Shared Function Scale (
point As FVector2,
scale As FVector2
) As FVector3
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.
FVector3
Scaled point.