Marine systems simulation
|
#include <compact_data_representations.h>
Public Member Functions | |
Length (double Meter) | |
operator float () | |
four byte velocity representation Range: [-2 m/s, 2 m/s] Accuracy 0.03125 m/s Computes and stores euclidean-norm on initialization since this value is reused a lot in fish neighbor behavior six byte position representation Range: [-64 m, 64 m] Accuracy 0.001953125 m single byte length representation (NB: Changed to two bytes) Range: [0 m, 2 m] Accuracy 0.0078125 m