#include <vectorc.h>
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 |
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 95 of file vectorc.h.
00095 {return ((double*)this)[i];}
|
|
||||||||||||||||||||
|
Definition at line 96 of file vectorc.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3-rc2