FMatrix4Scale(FVector3, FVector3) Method

Scale a vector by the specified translation.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FVector4 Scale(
	FVector3 point,
	FVector3 scale
)

Parameters

point  FVector3
Reference point.
scale  FVector3
Scale for the X, Y, Z axes.

Return Value

FVector4
Scaled vector.

See Also