Contents

*(_:_:)

Returns the rotatable entity that results from applying the rotatable entity.

Declaration

func * <T>(lhs: Rotation3D, rhs: T) -> T where T : Rotatable3D

Parameters

  • lhs:

    The left-hand-side value.

  • rhs:

    The right-hand-side value.

See Also

Applying arithmetic operations