[ Module Hierarchy
| Class Hierarchy ]
Class Hierarchy
- object:
The most base type
- springbots.gear.Node:
A node is a mass circle which acts gravity, air resistance.
- springbots.gear.Spring:
Spring: An object that connect nodes, and can only exist if
connecting two diferent nodes.
- springbots.springbot.Springbot:
Springbot: Creature builded with nodes, which are masses, connected
by springs which act like links between nodes pulling them
together.
- springbots.vector.Vector:
Vector class: Objects of this class have several of 2D vector
implementations such dot product, adding, project and angle.