kstars
matr.cpp File Reference
Include dependency graph for matr.cpp:

Go to the source code of this file.
Functions | |
Matrix | MirrorX () |
Matrix | MirrorY () |
Matrix | MirrorZ () |
Matrix | operator* (const Matrix &A, const Matrix &B) |
Matrix | operator* (const Matrix &A, double v) |
Vector | operator* (const Vector &v, const Matrix &M) |
Matrix | operator+ (const Matrix &A, const Matrix &B) |
Matrix | operator- (const Matrix &A, const Matrix &B) |
Matrix | Rotate (const Vector &axis, double angle) |
Matrix | RotateX (double Angle) |
Matrix | RotateY (double Angle) |
Matrix | RotateZ (double Angle) |
Matrix | Scale (const Vector &v) |
Matrix | Transform (const Vector &v1, const Vector &v2, const Vector &v3) |
Matrix | Translate (const Vector &Loc) |
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:21 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:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.