예제 #1
0
 public double GetStabDerivative(Motion_Vars something, Forces_Moments other)
 {
     return(derivatives[(int)something * Enum.GetNames(typeof(Motion_Vars)).Length + (int)other]);
 }
예제 #2
0
 public double GetStabDerivative(Motion_Vars something, Forces_Moments other)
 {
     return derivatives[(int)something * Enum.GetNames(typeof(Motion_Vars)).Length + (int)other];
 }