Uses of Class
com.cliffblaster.game.physics.Vector3f

Packages that use Vector3f
com.cliffblaster.game.physics   
 

Uses of Vector3f in com.cliffblaster.game.physics
 

Fields in com.cliffblaster.game.physics declared as Vector3f
 Vector3f Ray.direction
           
 Vector3f Ray.origin
           
 

Methods in com.cliffblaster.game.physics with parameters of type Vector3f
static Ray Ray.shootRay(Vector3f origin, Vector3f angles)
           
static Ray Ray.shootRayDirection(Vector3f origin, Vector3f direction)