WXP::Angle Class Reference
[Data objects]

This structure sets data for an angle. More...

#include "../include/Angle.h"

List of all members.

Public Member Functions

 Angle ()
int init ()
int set (double rang)
double get ()
double getSin ()
double getCos ()
int print ()

Friends

class Domain
class Gvar

Detailed Description

This structure sets data for an angle.

Author:
Dan Vietor

Constructor & Destructor Documentation

Angle::Angle (  ) 

Constructor - Initializes data

References init().


Member Function Documentation

double WXP::Angle::get (  )  [inline]

Returns angle

double WXP::Angle::getCos (  )  [inline]

Returns cosine of angle

double WXP::Angle::getSin (  )  [inline]

Returns sine of angle

int Angle::init (  ) 

Initializes the data

References WXP::Const::MISS.

Referenced by Angle().

int Angle::print (  ) 

Prints the data

int Angle::set ( double  rang  ) 

Sets the angle

Parameters:
rang The specified angle

Referenced by WXP::Gvar::initParams(), WXP::Gvar::tran(), and WXP::Domain::tran().


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