Marine systems simulation
CompactData::Length Struct Reference

#include <compact_data_representations.h>

Public Member Functions

 Length (double Meter)
 
 operator float ()
 

Detailed Description

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


The documentation for this struct was generated from the following file: