point Struct Reference

#include <schema.h>

List of all members.

Public Member Functions

 point ()
 point (double f)
 point (double u, double v)
 point (const point &p)

Public Attributes

double x
double y

Detailed Description

Definition at line 39 of file schema.h.


Constructor & Destructor Documentation

point::point (  )  [inline]

Definition at line 44 of file schema.h.

00044 : x(0.0), y(0.0) {}

point::point ( double  f  )  [inline]

Definition at line 45 of file schema.h.

00045 : x(f),y(f) {}

point::point ( double  u,
double  v 
) [inline]

Definition at line 46 of file schema.h.

00046 : x(u), y(v) {}

point::point ( const point p  )  [inline]

Definition at line 47 of file schema.h.

00047 : x(p.x), y(p.y) {}


Member Data Documentation

double point::x
double point::y

The documentation for this struct was generated from the following file:
Generated on Thu Jul 15 16:15:59 2010 for FAUST compiler by  doxygen 1.6.3