var entity = new IgeEntity();
entity.addComponent(IgeVelocityComponent);
// Now that the component is added, we can access
// the component via it's namespace. Call the
// "byAngleAndPower" method of the velocity component:
entity.velocity.byAngleAndPower(Math.radians(20), 0.1);