cryph utilities [subset]  2.0
Subset of the full cryph package of mathematical utilities for points, vectors, and matrices
Classes | Functions | Variables
AffPoint.h File Reference
#include <math.h>
#include <iostream>
#include "AffVector.h"

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
 

Detailed Description

Class definition for 3D points in 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.