27#ifndef NIDAS_DNYLD_ISFF_WINDROTATOR_H 
   28#define NIDAS_DNYLD_ISFF_WINDROTATOR_H 
   30namespace nidas { 
namespace dynld { 
namespace isff {
 
   48    void rotate(
float* up, 
float* vp) 
const;
 
 
Rotate a (U,V) 2D wind vector by an angle.
Definition WindRotator.h:39
 
double _angle
Definition WindRotator.h:52
 
double _sinAngle
Definition WindRotator.h:54
 
double _cosAngle
Definition WindRotator.h:56
 
WindRotator()
Definition WindRotator.cc:10
 
void setAngleDegrees(double val)
Definition WindRotator.cc:19
 
double getAngleDegrees() const
Definition WindRotator.cc:14
 
void rotate(float *up, float *vp) const
Definition WindRotator.cc:26
 
Root namespace for the NCAR In-Situ Data Acquisition Software.
Definition A2DConverter.h:31