FVector2Scale Method
Scale the caller's vector by a uniform factor.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FVector2 Scale(
FVector2 vector,
float scale
)
Public Shared Function Scale (
vector As FVector2,
scale As Single
) As FVector2
No code example is currently available or this language may not be supported.
- vector FVector2
-
The vector to be scaled.
- scale Single
-
The factor by which the point will be scaled.
FVector2
Reference to the uniformly scaled vector.