taylorUpright

A library of static functions of an upright quarter S

[ kepler | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

OVERVIEW TEXT
AUTHOR

Class Summary

class taylorUpright

{

public:
static const taylorFunction octavor,gamma,vor,vorVc,sol,dih,dih2,dih3;
protected:
}; // taylorUpright

Back to the top of taylorUpright


OVERVIEW TEXT

This class contains functions defined on upright quarters. Some of these functions are also available as functions on a general simplex in the class taylorSimplex. The version here have been customized for upright quarters. Much more general functions can be built up by taking linear combinations of these, using the operator overloading on addition and scalar multiplication for taylorFunctions.

In these functions, the first edge is assumed to be the long edge.

Back to the top of taylorUpright


AUTHOR

Thomas C. Hales

Back to the top of taylorUpright


const taylorFunction octavor,gamma,vor,vorVc,sol,dih,dih2,dih3;

upright quarters (x1 is the diagonal). gamma is the compression. vor is the analytic voronoi function. sol is the solid angle. dih,dih2,dih3 are the dihedral angles along the first three edges. vorVc is the voronoi function truncated at 1.255. swapVor is the inverted analytic voronoi function, so that octavor is (vor+swapVor)/2. swapVorVc is the inverted truncated voronoi function at 1.255 so that octavor0 is (vorVc+swapVorVc)/2.

	static const taylorFunction octavor,gamma,vor,vorVc,sol,dih,dih2,dih3;

Back to the top of taylorUpright


All Members

public:
static const taylorFunction octavor,gamma,vor,vorVc,sol,dih,dih2,dih3;
protected:

Back to the top of taylorUpright


Ancestors

Class does not inherit from any other class.

Back to the top of taylorUpright


Descendants

Class is not inherited by any others.

Back to the top of taylorUpright


Generated from source by the Cocoon utilities on Mon Dec 22 19:37:27 1997 .

Report problems to jkotula@unimax.com