|
Scribus
Open source desktop publishing at your fingertips
|
#include "point.h"

Go to the source code of this file.
Classes | |
| class | Geom::Matrix |
| class | Geom::Eigen |
Namespaces | |
| Geom | |
Functions | |
| Matrix | Geom::operator* (Matrix const &m0, Matrix const &m1) |
| std::ostream & | Geom::operator<< (std::ostream &out_file, const Geom::Matrix &m) |
| Matrix | Geom::elliptic_quadratic_form (Matrix const &m) |
| Matrix | Geom::from_basis (Point const x_basis, Point const y_basis, Point const offset) |
| Matrix | Geom::identity () |
| bool | Geom::operator== (Matrix const &a, Matrix const &b) |
| bool | Geom::operator!= (Matrix const &a, Matrix const &b) |
Definition of Geom::Matrix types.
Main authors: Lauris Kaplinski lauris@kaplinski.com: Original NRMatrix definition and related macros.
Nathan Hurst njh@mail.csse.monash.edu.au: Geom::Matrix class version of the above.
Michael G. Sloan mgsloan@gmail.com: Reorganization and additions.
This code is in public domain.