#include <vectorc.h>
Public Methods | |
| Vector2C () | |
| Vector2C (const double &, const double &) | |
| Vector2C (float *v) | |
| Vector2C (double *v) | |
| double & | operator[] (long i) |
| void | Set (double xx, double yy) |
| int | operator== (const Vector2C &) |
| int | operator!= (const Vector2C &) |
| Vector2C & | operator= (const Vector2C &) |
| Vector2C & | operator+= (const Vector2C &) |
| Vector2C & | operator-= (const Vector2C &) |
| Vector2C | operator- (const Vector2C &) |
| Vector2C | operator+ (const Vector2C &) |
| double | operator * (const Vector2C &) |
| Vector2C | operator * (double) |
Public Attributes | |
| double | x |
| double | y |
Friends | |
| OAW_DLLMAPPING Vector2C | operator * (double a, const Vector2C &A) |
|
|
|
|
||||||||||||
|
|
|
|
Definition at line 73 of file vectorc.h.
|
|
|
Definition at line 74 of file vectorc.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 75 of file vectorc.h.
00075 {return ((double*)this)[i];}
|
|
||||||||||||
|
Definition at line 76 of file vectorc.h.
|
|
||||||||||||
|
|
|
|
|
|
|
|
1.3-rc2