Public Member Functions | |
ScaleCalculator (const GridType &newGrid_in, double timeElapsed_in) | |
const code::Time & | getTime () const |
double | getTimeElapsed () const |
double | gridUnits (double meters, size_t dimension) const |
from meters to to grid-units (m or deg) | |
double | metersPerPixel (size_t dimension) const |
What should you multiply a length in pixels to get length in meters? | |
double | pixelsPerFrame (double gridunit_per_sec, size_t dimension) const |
to pixels/frame from m/sec or deg/sec | |
double | metersPerSecond (double pixelsPerFrame, size_t dimension) const |
double | MPS_to_PPF (size_t dimension) const |
what should you multiply a Meters-Per-Second value to get Pixels Per Frame? |
w2kmeans::ScaleCalculator< GridType >::ScaleCalculator | ( | const GridType & | newGrid_in, | |
double | timeElapsed_in | |||
) | [inline] |
const code::Time& w2kmeans::ScaleCalculator< GridType >::getTime | ( | ) | const [inline] |
double w2kmeans::ScaleCalculator< GridType >::getTimeElapsed | ( | ) | const [inline] |
double w2kmeans::ScaleCalculator< GridType >::gridUnits | ( | double | meters, | |
size_t | dimension | |||
) | const [inline] |
from meters to to grid-units (m or deg)
double w2kmeans::ScaleCalculator< GridType >::metersPerPixel | ( | size_t | dimension | ) | const [inline] |
What should you multiply a length in pixels to get length in meters?
double w2kmeans::ScaleCalculator< GridType >::metersPerSecond | ( | double | pixelsPerFrame, | |
size_t | dimension | |||
) | const [inline] |
double w2kmeans::ScaleCalculator< GridType >::MPS_to_PPF | ( | size_t | dimension | ) | const [inline] |
what should you multiply a Meters-Per-Second value to get Pixels Per Frame?
double w2kmeans::ScaleCalculator< GridType >::pixelsPerFrame | ( | double | gridunit_per_sec, | |
size_t | dimension | |||
) | const [inline] |
to pixels/frame from m/sec or deg/sec