Exemplo n.º 1
0
 public void Move(TGCVector3 v)
 {
     BoundingCylinder.move(v);
 }
Exemplo n.º 2
0
 public void Move(float x, float y, float z)
 {
     BoundingCylinder.move(x, y, z);
 }
Exemplo n.º 3
0
 public void move(Vector3 v)
 {
     BoundingCylinder.move(v);
 }