Home
last modified time | relevance | path

Searched defs:posafxvelt (Results 1 – 1 of 1) sorted by relevance

/dports/audio/din/din-52/src/
H A Ddrone.h96 struct posafxvelt { struct
97 int yes; // drone position affects velocity vector?
98 point<float> pt;
99 static double minmag;
100 posafxvelt() : yes(0), pt (0.0f,0.0f) {} in posafxvelt() argument