FRotation3Multiply(Single, FRotation3) Operator
Return the result of a rotation multiplied by a scalar.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FRotation3 operator *(
float scalar,
FRotation3 rotation
)
Public Shared Operator * (
scalar As Single,
rotation As FRotation3
) As FRotation3
No code example is currently available or this language may not be supported.
- scalar Single
-
The scalar value to multiply.
- rotation FRotation3
-
The rotation to multiply.
FRotation3
Result of the multiplication.