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