Moka libraries
|
#include <vector3d.hh>
Public Member Functions | |
Vector3D () | |
Vector3D (float vx, float vy, float vz) | |
Vector3D (Vector3D const &v) | |
Vector3D (CVertex const &p1, CVertex const &p2) | |
float | Get_Length () |
void | Normalize () |
float | Scal_Product (Vector3D const &v) |
Vector3D | Vect_Product (Vector3D const &v) |
Definition at line 46 of file vector3d.hh.
|
inline |
Definition at line 80 of file vector3d.hh.
|
inline |
Definition at line 87 of file vector3d.hh.
|
inline |
Definition at line 93 of file vector3d.hh.
|
inline |
Definition at line 99 of file vector3d.hh.
|
inline |
Definition at line 107 of file vector3d.hh.
|
inline |
Definition at line 115 of file vector3d.hh.
|
inline |
Definition at line 124 of file vector3d.hh.
Definition at line 138 of file vector3d.hh.