Ejemplo n.º 1
0
 public OneMinusCosineProfile gustProfile; ///<- The gust shape (profile) data for this gust.
 public OneMinusCosineGust()               ///<- Constructor.
 {
     vWind       = Vector3D.Zero;
     gustFrame   = eGustFrame.gfLocal;
     magnitude   = 1.0;
     gustProfile = new OneMinusCosineProfile();
 }