Class Velocity

java.lang.Object
   |
   +----Vect
           |
           +----Velocity

class Velocity
extends Vect
速度ベクトルクラス


Constructor Index

 o Velocity()

Method Index

 o add_vel(Acceleration, double)
加速度を指定して微少時間経過後の速度を計算

Constructors

 o Velocity
 Velocity()

Methods

 o add_vel
 public void add_vel(Acceleration a,
                     double dt)
加速度を指定して微少時間経過後の速度を計算