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