![]() |
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 lauri: Original NRMatrix definition and related macros. s@ka plins ki.c om
Nathan Hurst njh@m: ail. csse. mona sh.ed u.auGeom::Matrix class version of the above.
Michael G. Sloan mgslo: Reorganization and additions. an@g mail. com
This code is in public domain.