Linear combination of three vectors. More...
Public Member Functions | |
| LC3 (const Scalar &a, const Scalar &b, const Scalar &c) | |
| Scalar | operator() (const Scalar &x, const Scalar &y, const Scalar &z) const |
| std::string | description () const |
Private Attributes | |
| Scalar | a_ |
| Scalar | b_ |
| Scalar | c_ |
Linear combination of three vectors.
Definition at line 248 of file PlayaVectorFunctorsImpl.hpp.
| PlayaFunctors::LC3< Scalar >::LC3 | ( | const Scalar & | a, |
| const Scalar & | b, | ||
| const Scalar & | c | ||
| ) | [inline] |
Definition at line 252 of file PlayaVectorFunctorsImpl.hpp.
| std::string PlayaFunctors::LC3< Scalar >::description | ( | ) | const [inline] |
Definition at line 261 of file PlayaVectorFunctorsImpl.hpp.
References PlayaFunctors::LC3< Scalar >::a_, PlayaFunctors::LC3< Scalar >::b_, and PlayaFunctors::LC3< Scalar >::c_.
| Scalar PlayaFunctors::LC3< Scalar >::operator() | ( | const Scalar & | x, |
| const Scalar & | y, | ||
| const Scalar & | z | ||
| ) | const [inline] |
Definition at line 256 of file PlayaVectorFunctorsImpl.hpp.
References PlayaFunctors::LC3< Scalar >::a_, PlayaFunctors::LC3< Scalar >::b_, and PlayaFunctors::LC3< Scalar >::c_.
Scalar PlayaFunctors::LC3< Scalar >::a_ [private] |
Definition at line 268 of file PlayaVectorFunctorsImpl.hpp.
Referenced by PlayaFunctors::LC3< Scalar >::description(), and PlayaFunctors::LC3< Scalar >::operator()().
Scalar PlayaFunctors::LC3< Scalar >::b_ [private] |
Definition at line 269 of file PlayaVectorFunctorsImpl.hpp.
Referenced by PlayaFunctors::LC3< Scalar >::description(), and PlayaFunctors::LC3< Scalar >::operator()().
Scalar PlayaFunctors::LC3< Scalar >::c_ [private] |
Definition at line 270 of file PlayaVectorFunctorsImpl.hpp.
Referenced by PlayaFunctors::LC3< Scalar >::description(), and PlayaFunctors::LC3< Scalar >::operator()().