|
Simbody
3.4 (development)
|
This Measure is the difference of two Measures of the same type T. More...
#include <Measure.h>
Inheritance diagram for SimTK::Measure_< T >::Minus:Classes | |
| class | Implementation |
Public Member Functions | |
| SimTK_MEASURE_HANDLE_PREAMBLE (Minus, Measure_< T >) | |
| Minus (Subsystem &sub, const Measure_< T > &left, const Measure_< T > &right) | |
| SimTK_MEASURE_HANDLE_POSTSCRIPT (Minus, Measure_< T >) | |
This Measure is the difference of two Measures of the same type T.
| T | Any type that supports a subtract operator that returns the difference as another object of type T. In particular, Real, Vec<N>, and Vector will work. |
| SimTK::Measure_< T >::Minus::Minus | ( | Subsystem & | sub, |
| const Measure_< T > & | left, | ||
| const Measure_< T > & | right | ||
| ) | [inline] |
| SimTK::Measure_< T >::Minus::SimTK_MEASURE_HANDLE_PREAMBLE | ( | Minus | , |
| Measure_< T > | |||
| ) |
| SimTK::Measure_< T >::Minus::SimTK_MEASURE_HANDLE_POSTSCRIPT | ( | Minus | , |
| Measure_< T > | |||
| ) |