FVector3Scale(FVector3, Single) Method
Return the scaled vector.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FVector3 Scale(
FVector3 vector,
float scale
)
Public Shared Function Scale (
vector As FVector3,
scale As Single
) As FVector3
No code example is currently available or this language may not be supported.
- vector FVector3
-
Vector to scale.
- scale Single
-
Scale to apply.
FVector3
Vector with scaling applied.