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