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