#include <Rates.hpp>
|
| virtual int16 | calculateRates (floating_point time, const std::array< floating_point, N > &state, std::array< floating_point, N > &out_rates) |
| | Function to calculate rates from current state of system.
|
◆ calculateRates()
template<uint32 N>
| virtual int16 warpos::Rates< N >::calculateRates |
( |
floating_point | time, |
|
|
const std::array< floating_point, N > & | state, |
|
|
std::array< floating_point, N > & | out_rates ) |
|
inlinevirtual |
Function to calculate rates from current state of system.
- Parameters
-
| time | The reference time |
| state | The reference state |
| out_rates | Implicit return of rates based on time, state |
The documentation for this class was generated from the following file:
- /Users/mickey/Documents/Projects/warptwin/warpos/src/gncutils/dynamics/Rates.hpp