WXP::Wind Class Reference

This structure defines wind values (dir,spd). More...

#include "../include/Wind.h"

List of all members.

Public Member Functions

 Wind (float d, float s)
int init ()
int set (float d, float s)
int set (Vect &v)
int setVect (float u, float v)
int setDir (float val)
float getDir ()
int setSpd (float val)
float getSpd ()
int print ()
int toVect (Vect &vect)
Vect toVect ()

Static Public Member Functions

static Vect toVect (float dir, float spd)
static Wind interp (Wind &w1, Wind &w2, float p1, float p2, float pr)

Public Attributes

float dir
float spd

Detailed Description

This structure defines wind values (dir,spd).

Author:
Dan Vietor

The documentation for this class was generated from the following files:

Generated on 8 Jan 2010 for WXP C++ Library by  doxygen 1.6.1