FRotation3Scale Method

Scale the caller's rotation by a uniform factor.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FRotation3 Scale(
	FRotation3 rotation,
	float scale
)

Parameters

rotation  FRotation3
The rotation to be scaled.
scale  Single
The factor by which the rotation will be scaled.

Return Value

FRotation3
Reference to the uniformly scaled rotation.

See Also