]> git.gag.com Git - debian/openrocket/commit
Persist the Velocity at launch rod clearance in ork file. Added to column in Simulat...
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Tue, 17 Jan 2012 02:46:49 +0000 (02:46 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Tue, 17 Jan 2012 02:46:49 +0000 (02:46 +0000)
commitfe3c30ca267ae10fedd42bbbb0603bd9361e329c
tree107e3b5651ab2984ae93e4c262a8a1034c4215aa
parentea334a9027fb54af236d514fd969ccbcdeb9eaa0
Persist the Velocity at launch rod clearance in ork file.  Added to column in SimulationPanel.  Added computation of Velocity at deployment in FlightData.  Persist Velocity at deployment in ork file and added to SimulationPanel and DesignReport.

Added l10n message keys for new column in SimulationPanel.

Added function MathUtil.interpolate which does linear interpolation of intermediate values.  This is used in FlightData for computing Velocity at deployment and Velocity at launch rod clearance.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@358 180e2498-e6e9-4542-8430-84ac67f01cd8
core/fileformat.txt
core/resources/l10n/messages.properties
core/src/net/sf/openrocket/file/openrocket/OpenRocketLoader.java
core/src/net/sf/openrocket/file/openrocket/OpenRocketSaver.java
core/src/net/sf/openrocket/gui/main/SimulationPanel.java
core/src/net/sf/openrocket/gui/print/DesignReport.java
core/src/net/sf/openrocket/simulation/FlightData.java
core/src/net/sf/openrocket/util/MathUtil.java
core/test/net/sf/openrocket/util/MathUtilTest.java