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