glucat  0.8.4
Functions
cga3 Namespace Reference

Definitions for 3D Conformal Geometric Algebra [DL]. More...

Functions

template<typename Multivector_T >
Multivector_T cga3 (const Multivector_T &x)
 Convert Euclidean 3D vector to Conformal Geometric Algebra null vector [DL (10.50)]. More...
 
template<typename Multivector_T >
Multivector_T cga3std (const Multivector_T &X)
 Convert CGA3 null vector to standard Conformal Geometric Algebra null vector [DL (10.52)]. More...
 
template<typename Multivector_T >
Multivector_T agc3 (const Multivector_T &X)
 Convert CGA3 null vector to Euclidean 3D vector [DL (10.50)]. More...
 

Detailed Description

Definitions for 3D Conformal Geometric Algebra [DL].

Function Documentation

◆ agc3()

template<typename Multivector_T >
Multivector_T cga3::agc3 ( const Multivector_T &  X)
inline

Convert CGA3 null vector to Euclidean 3D vector [DL (10.50)].

Definition at line 139 of file PyClical.h.

References cga3std(), PyClical::cl, and PyClical::ist.

◆ cga3()

template<typename Multivector_T >
Multivector_T cga3::cga3 ( const Multivector_T &  x)
inline

Convert Euclidean 3D vector to Conformal Geometric Algebra null vector [DL (10.50)].

Definition at line 116 of file PyClical.h.

References PyClical::cl, PyClical::ist, and PyClical::ninf3.

◆ cga3std()

template<typename Multivector_T >
Multivector_T cga3::cga3std ( const Multivector_T &  X)
inline

Convert CGA3 null vector to standard Conformal Geometric Algebra null vector [DL (10.52)].

Definition at line 127 of file PyClical.h.

References PyClical::cl, PyClical::ist, and PyClical::ninf3.

Referenced by agc3().