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