FPoint3Scale Method
Scale the caller's point by a uniform factor.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FPoint3 Scale(
FPoint3 point,
float scale
)
Public Shared Function Scale (
point As FPoint3,
scale As Single
) As FPoint3
No code example is currently available or this language may not be supported.
- point FPoint3
-
The point to be scaled.
- scale Single
-
The factor by which the point will be scaled.
FPoint3
Reference to the uniformly scaled point.