#include <setdest.h>
Collaboration diagram for vector:

Public Member Functions | |
| vector (double x=0.0, double y=0.0, double z=0.0) | |
| double | length () |
| void | operator= (const vector a) |
| void | operator+= (const vector a) |
| int | operator== (const vector a) |
| int | operator!= (const vector a) |
| vector | operator- (const vector a) |
| vector (double x=0.0, double y=0.0, double z=0.0) | |
| double | length () |
| void | operator= (const vector a) |
| void | operator+= (const vector a) |
| int | operator== (const vector a) |
| int | operator!= (const vector a) |
| vector | operator- (const vector a) |
Public Attributes | |
| double | X |
| double | Y |
| double | Z |
Friends | |
| vector | operator * (const double a, const vector b) |
| vector | operator/ (const vector a, const double b) |
| vector | operator * (const double a, const vector b) |
| vector | operator/ (const vector a, const double b) |
|
||||||||||||||||
|
Definition at line 19 of file setdest.h.
|
|
||||||||||||||||
|
Definition at line 81 of file god.h.
|
|
|
Definition at line 84 of file god.h.
00084 {
00085 return sqrt(X*X + Y*Y + Z*Z);
00086 }
|
|
|
Definition at line 22 of file setdest.h. Referenced by God::IsNeighbor(), Node::Update(), and Node::UpdateNeighbors().
00022 {
00023 return sqrt(X*X + Y*Y + Z*Z);
00024 }
|
|
|
Definition at line 101 of file god.h.
|
|
|
Definition at line 39 of file setdest.h.
|
|
|
Definition at line 93 of file god.h.
|
|
|
Definition at line 31 of file setdest.h.
|
|
|
Definition at line 104 of file god.h.
|
|
|
Definition at line 42 of file setdest.h.
|
|
|
Definition at line 88 of file god.h.
|
|
|
Definition at line 26 of file setdest.h.
|
|
|
Definition at line 98 of file god.h.
|
|
|
Definition at line 36 of file setdest.h.
|
|
||||||||||||
|
Definition at line 107 of file god.h.
|
|
||||||||||||
|
Definition at line 45 of file setdest.h.
|
|
||||||||||||
|
Definition at line 110 of file god.h.
|
|
||||||||||||
|
Definition at line 48 of file setdest.h.
|
|
|
|
1.3.3