Spin
class Spin<T>( node: Node<T>, reaction: Reaction<T>, environment: Physics2DEnvironment<T>, angularSpeedDegrees: Double) : AbstractAction<T>
Content copied to clipboard
Spins a node around itself at angularSpeedDegrees normalized according to the speed of the reaction.