|
cryph utilities [subset]
2.0
Subset of the full cryph package of mathematical utilities for points, vectors, and matrices
|
#include <math.h>#include <iostream>Go to the source code of this file.
Classes | |
| class | cryph::AffVector |
Functions | |
| std::ostream & | cryph::operator<< (std::ostream &os, const AffVector &v) |
| std::istream & | cryph::operator>> (std::istream &is, AffVector &v) |
Variables | |
| const int | cryph::DX = 0 |
| const int | cryph::DY = 1 |
| const int | cryph::DZ = 2 |
| const int | cryph::DW = 3 |
Class definition for 3D vectors associated with 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