|
template<class A > |
static GAPnt< A > | Transform (const GAVec< A > &vec, const GAVec< A > &v, VSR_PRECISION alpha) |
| Transform a vsr::cga::Vec. More...
|
|
template<class A > |
static GAPnt< A > | Transform (const GAPnt< A > &p, const GAVec< A > &v, VSR_PRECISION alpha) |
| Transform a vsr::cga::Point. More...
|
|
template<class A > |
static GAPnt< A > | ITransform (const GAPnt< A > &p, const GAVec< A > &v, VSR_PRECISION alpha) |
| Inverse Transform of a vsr::cga::Point. More...
|
|
template<class A > |
static GALin< A > | Transform (const GALin< A > &line, const GAVec< A > &v, VSR_PRECISION alpha) |
| Transform a vsr::cga::Point. More...
|
|
template<class A > |
static GALin< A > | ITransform (const GALin< A > &line, const GAVec< A > &v, VSR_PRECISION alpha) |
| Transform a vsr::cga::Point. More...
|
|
template<class A > |
static GADll< A > | Transform (const GADll< A > &line, const GAVec< A > &v, VSR_PRECISION alpha) |
| Transform a dual line in direction v with eccentricity alpha.
|
|
template<class A > |
static GADll< A > | ITransform (const GADll< A > &line, const GAVec< A > &v, VSR_PRECISION alpha) |
| Inverse Transform a dual line in direction v with eccentricity alpha.
|
|
template<class A > |
static GAPln< A > | Transform (const GAPln< A > &plane, const GAVec< A > &v, VSR_PRECISION alpha) |
| Transform a plane in direction v with eccentricity alpha.
|
|
template<class A > |
static GAPln< A > | ITransform (const GAPln< A > &plane, const GAVec< A > &v, VSR_PRECISION alpha) |
| Inverse Transform a plane in direction v with eccentricity alpha.
|
|
template<class A > |
static GADlp< A > | Transform (const GADlp< A > &plane, const GAVec< A > &v, VSR_PRECISION alpha) |
| Transform a dual plane in direction v with eccentricity alpha.
|
|
template<class A > |
static GADlp< A > | ITransform (const GADlp< A > &plane, const GAVec< A > &v, VSR_PRECISION alpha) |
| Inverse Transform a dual plane in direction v with eccentricity alpha.
|
|
conic transforms
conic transforms as described in Applications of Conformal Geometric Algebra in Computer Vision and Graphics, by wareham, cameron and j.lasenby see also Recent Applications of Conformal Geometric Algebra by a. lasenby