예제 #1
0
 public float[,] ProjectFunction(float[,] function)
 {
     return(qMath.ProjectFunction(states, function));
 }