cryph utilities [subset]  2.0
Subset of the full cryph package of mathematical utilities for points, vectors, and matrices
Classes | Functions | Variables
AffVector.h File Reference
#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
 

Detailed Description

Class definition for 3D vectors associated with an affine space. This is OPEN SOURCE software developed by James R. Miller (jrmil.nosp@m.ler@.nosp@m.ku.ed.nosp@m.u) Original version: ca. 1996. See README_*.txt for more information.