Uses of Class
org.vizzini.game.VectorPosition

Packages that use VectorPosition
org.vizzini.example.pong Provides pong classes for the game framework. 
org.vizzini.game Provides core game classes for the game framework. 
 

Uses of VectorPosition in org.vizzini.example.pong
 

Methods in org.vizzini.example.pong that return VectorPosition
 VectorPosition Ball.getVelocity()
          Return the velocity.
 

Methods in org.vizzini.example.pong with parameters of type VectorPosition
 void Ball.setVelocity(VectorPosition velocity)
          Set the velocity.
 

Uses of VectorPosition in org.vizzini.game
 

Fields in org.vizzini.game declared as VectorPosition
static VectorPosition VectorPosition.X_AXIS
          X axis.
static VectorPosition VectorPosition.Y_AXIS
          Y axis.
static VectorPosition VectorPosition.Z_AXIS
          Z axis.
static VectorPosition VectorPosition.ZERO
          Zero vector.
 

Methods in org.vizzini.game that return VectorPosition
 VectorPosition VectorPosition.multiply(double m)
          Return a new vector multiplied by the given scalar.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02