kstars
#include <math.h>
Include dependency graph for vect.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | Ray |
class | Vector |
Functions | |
Vector & | Clip (Vector &) |
Vector | Normalize (const Vector &v) |
Vector | operator* (const Vector &u, const Vector &v) |
Vector | operator* (const Vector &u, double f) |
Vector | operator* (double f, const Vector &v) |
Vector | operator+ (const Vector &u, const Vector &v) |
Vector | operator- (const Vector &u, const Vector &v) |
Vector | operator/ (const Vector &v, double f) |
Vector | operator/ (const Vector &u, const Vector &v) |
Vector | RndVector () |
Function Documentation
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:22 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:22 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.