
Go to the source code of this file.
Namespaces | |
| namespace | cml |
Functions | |
| template<typename XprT > | |
| XprT::value_type | cml::length (VECXPR_ARG_TYPE arg) |
| Length of a vector expr. | |
| template<typename E , class AT > | |
| vector< E, AT >::value_type | cml::length (const vector< E, AT > &arg) |
| Length of a vector. | |
| template<typename XprT > | |
| XprT::value_type | cml::length_squared (VECXPR_ARG_TYPE arg) |
| Squared length of a vector expr. | |
| template<typename E , class AT > | |
| vector< E, AT >::value_type | cml::length_squared (const vector< E, AT > &arg) |
| Squared length of a vector. | |
| template<typename XprT > | |
| XprT::result_type | cml::normalize (VECXPR_ARG_TYPE arg) |
| Normalize a vector expr. | |
| template<typename E , class AT > | |
| vector< E, AT > | cml::normalize (const vector< E, AT > &arg) |
| Normalize a vector. | |
Definition in file vector_functions.h.
1.5.9