Home
last modified time | relevance | path

Searched defs:Three_Vector (Results 1 – 3 of 3) sorted by relevance

/dports/games/vamos/vamos-0.7.1/geometry/
H A DThree_Vector.h30 struct Three_Vector struct
33 Three_Vector () in Three_Vector() argument
38 Three_Vector (double x_in, double y_in, double z_in) in Three_Vector() function
100 static const Three_Vector ZERO; ///< The null vector argument
101 static const Three_Vector X; ///< x unit vector argument
102 static const Three_Vector Y; ///< y unit vector argument
103 static const Three_Vector Z; ///< z unit vector argument
H A DCalculations.h26 class Three_Vector; variable
H A DThree_Vector.cc36 Three_Vector::Three_Vector (double length, double angle) in Three_Vector() function in Three_Vector
42 Three_Vector::Three_Vector (const Two_Vector& xy_vector) in Three_Vector() function in Three_Vector