Searched defs:Fvector (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/display/
H A Dnr-3dutils.h28 struct Fvector { struct in namespace:NR
29 Fvector() { function in struct:NR::Fvector
32 Fvector(double x, double y, double z) { function in struct:NR::Fvector
45 const static Fvector EYE_VECTOR(0, 0, 1);
53 double norm(const Fvector &v);
60 void normalize_vector(Fvector &v);
65 * \param a a Fvector reference
66 * \param b a Fvector reference
69 double scalar_product(const Fvector &a, const Fvector
[all...]

Completed in 112 milliseconds