Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

Vector4C Class Reference

#include <vectorc.h>

List of all members.

Public Methods

 Vector4C (const double &, const double &, const double &, const double &)
 Vector4C ()
double & operator[] (long i)
void Set (double xx, double yy, double zz, double ww)
int operator!= (const Vector4C &)
int operator== (const Vector4C &)
Vector4C & operator= (const Vector4C &)
Vector4C & operator+= (const Vector4C &)
Vector4C & operator-= (const Vector4C &)
Vector4C operator- (const Vector4C &)
Vector4C operator+ (const Vector4C &)
double operator * (const Vector4C &)
Vector4C operator * (double)
void Write () const
void Writeln () const

Public Attributes

double x
double y
double z
double w


Constructor & Destructor Documentation

Vector4C::Vector4C const double &   ,
const double &   ,
const double &   ,
const double &   
 

Vector4C::Vector4C  
 


Member Function Documentation

Vector4C Vector4C::operator * double   
 

double Vector4C::operator * const Vector4C &   
 

int Vector4C::operator!= const Vector4C &   
 

Vector4C Vector4C::operator+ const Vector4C &   
 

Vector4C& Vector4C::operator+= const Vector4C &   
 

Vector4C Vector4C::operator- const Vector4C &   
 

Vector4C& Vector4C::operator-= const Vector4C &   
 

Vector4C& Vector4C::operator= const Vector4C &   
 

int Vector4C::operator== const Vector4C &   
 

double& Vector4C::operator[] long    i [inline]
 

Definition at line 95 of file vectorc.h.

00095 {return ((double*)this)[i];} 

void Vector4C::Set double    xx,
double    yy,
double    zz,
double    ww
[inline]
 

Definition at line 96 of file vectorc.h.

00096 { x=xx;y=yy;z=zz;w=ww;}

void Vector4C::Write   const
 

void Vector4C::Writeln   const
 


Member Data Documentation

double Vector4C::w
 

Definition at line 109 of file vectorc.h.

double Vector4C::x
 

Definition at line 109 of file vectorc.h.

double Vector4C::y
 

Definition at line 109 of file vectorc.h.

double Vector4C::z
 

Definition at line 109 of file vectorc.h.


The documentation for this class was generated from the following file:
Generated on Tue Jul 29 14:31:03 2003 for Open ActiveWrl by doxygen1.3-rc2