#include <point.h>
|
| | vexpr_mul (vexpr< E1, SCALAR, D > const &u, vexpr< E2, SCALAR, D > const &v) |
| |
| SCALAR | operator[] (uint i) const |
| |
| | vexpr () |
| |
| SCALAR | operator[] (uint i) const |
| |
| | operator vexpr_mul< E1, E2, SCALAR, D > & () |
| |
| | operator vexpr_mul< E1, E2, SCALAR, D > const & () const |
| |
| uint | d () const |
| |
|
| E1 const & | u_ |
| |
| E2 const & | v_ |
| |
◆ vexpr_mul()
template<class E1 , class E2 , typename SCALAR , uint D>
◆ operator[]()
template<class E1 , class E2 , typename SCALAR , uint D>
◆ u_
template<class E1 , class E2 , typename SCALAR , uint D>
◆ v_
template<class E1 , class E2 , typename SCALAR , uint D>
The documentation for this struct was generated from the following file: