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