#include <BaseType.h>
Public Member Functions | |
| Real | length (void) const |
| Real | lengthSqr (void) const |
| void | normalize (void) |
| void | zero (void) |
| void | add (const Coord3D *a) |
| void | sub (const Coord3D *a) |
| void | set (const Coord3D *a) |
| void | set (Real ax, Real ay, Real az) |
| void | scale (Real scale) |
| Bool | equals (const Coord3D &r) |
| Bool | operator== (const Coord3D &r) |
Static Public Member Functions | |
| static void | crossProduct (const Coord3D *a, const Coord3D *b, Coord3D *r) |
Public Attributes | |
| Real | x |
| Real | y |
| Real | z |
Definition at line 331 of file BaseType.h.
|
inline |
Definition at line 364 of file BaseType.h.
|
inlinestatic |
Definition at line 350 of file BaseType.h.
Definition at line 399 of file BaseType.h.
|
inline |
Definition at line 335 of file BaseType.h.
|
inline |
Definition at line 336 of file BaseType.h.
|
inline |
Definition at line 338 of file BaseType.h.
Definition at line 406 of file BaseType.h.
|
inline |
Definition at line 392 of file BaseType.h.
|
inline |
Definition at line 378 of file BaseType.h.
Definition at line 385 of file BaseType.h.
|
inline |
Definition at line 371 of file BaseType.h.
|
inline |
Definition at line 357 of file BaseType.h.
| Real Coord3D::x |
Definition at line 333 of file BaseType.h.
| Real Coord3D::y |
Definition at line 333 of file BaseType.h.
| Real Coord3D::z |
Definition at line 333 of file BaseType.h.