versor  3.0
C++11 library for Geometric algebra
Static Public Member Functions | List of all members
vsr::cga::Tangent Struct Reference

3D operations on Tangent types More...

#include <vsr_cga3D_round.h>

Static Public Member Functions

static Pair at (const Circle &r, const Point &p)
 Tangent Element of A Circle at Point p. More...
 
static Circle at (const Sphere &r, const Point &p)
 Tangent Element of A Sphere at Point p. More...
 
static VSR_PRECISION wt (const TangentVector &s)
 Weight of TangentVector.
 
static VSR_PRECISION wt (const TangentBivector &s)
 Weight of TangentBiVector.
 
static VSR_PRECISION wt (const TangentTrivector &s)
 Weight of TangentTrivector.
 

Detailed Description

3D operations on Tangent types

See also
Tangent for a list of Multivector Types on which these methods operate
vsr::nga::Tangent for the Generic n-dimensional implementation details

Member Function Documentation

static Pair vsr::cga::Tangent::at ( const Circle r,
const Point p 
)
static

Tangent Element of A Circle at Point p.

Parameters
rCircle
pPoint
Returns
a Pair Tangent
static Circle vsr::cga::Tangent::at ( const Sphere r,
const Point p 
)
static

Tangent Element of A Sphere at Point p.

Parameters
rSphere
pPoint
Returns
a Circle Tangent

The documentation for this struct was generated from the following file: