示例#1
0
 internal                       Point[] GetTrajectory(Point coord)
 {
     //TODO:
     return(Guidance.Parabola(coord));
 }