Exemplo n.º 1
0
 public void setVelocity(IVector2 direction, IFloat speed)
 {
     velocity = direction.toFixVector2() * speed.toFix64();
 }