|
cryph utilities [subset]
2.0
Subset of the full cryph package of mathematical utilities for points, vectors, and matrices
|
Go to the source code of this file.
Classes | |
| class | cryph::AffPoint |
Functions | |
| std::ostream & | cryph::operator<< (std::ostream &os, const AffPoint &p) |
| std::istream & | cryph::operator>> (std::istream &is, AffPoint &p) |
Variables | |
| const int | cryph::X = 0 |
| const int | cryph::Y = 1 |
| const int | cryph::Z = 2 |
| const int | cryph::W = 3 |
Class definition for 3D points in an affine space. This is OPEN SOURCE software developed by James R. Miller (jrmiller@ku.edu) Original version: ca. 1996. See README_*.txt for more information.
1.8.11