|
versor
3.0
C++11 library for Geometric algebra
|
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. | |
Generic ND Operations on a Tangent.
|
static |
Tangent Element of A Direct Round r at Point p.
| r | DIRECT ND Round Element e.g. vsr::cga::Sphere or vsr::cga::Circle |
| p | ND point e.g. vsr::cga::Point |
1.8.10