示例#1
0
 public long CalcKineticEnergy()
 {
     if (Velocity != null)
     {
         return(Velocity.CalcEnergy());
     }
     return(0);
 }