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

Generic ND Operations on a Tangent. More...

#include <vsr_generic_op.h>

Static Public Member Functions

template<class A >
static constexpr A::space::point loc (const A &s)
 Direction of Tangent Element (similar formulation to Rounds) More...
 
template<class A >
static constexpr auto at (const A &r, const typename A::space::point &p) -> auto
 Tangent Element of A Direct Round r at Point p. More...
 
template<class A >
static A::value_t wt (const A &s)
 Weight of Tangent Element.
 

Detailed Description

Generic ND Operations on a Tangent.

See also
vsr::cga::Tangent for 3D case

Member Function Documentation

template<class A >
static constexpr auto vsr::nga::Tangent::at ( const A &  r,
const typename A::space::point &  p 
) -> auto
static

Tangent Element of A Direct Round r at Point p.

Parameters
rDIRECT ND Round Element e.g. vsr::cga::Sphere or vsr::cga::Circle
pND point e.g. vsr::cga::Point

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