alias for vnl_vector_fixed<double,2> More...
#include <vnl/vnl_T_n.h>
Go to the source code of this file.
Functions | |
vnl_T_n_impl (double, 2) | |
class vnl_double_2 : a vnl_vector of 2 doubles. | |
double | vnl_cross_2d (vnl_double_2 const &v1, vnl_double_2 const &v2) |
Cross product of two 2-vectors. |
alias for vnl_vector_fixed<double,2>
Modifications Peter Vanroose, 25 June 1999: vnl_vector_fixed<double,2> already instantiated Peter Vanroose, 28 Mar. 2004: renamed cross_2d() to vnl_cross_2d() Peter Vanroose, 24 Mar. 2007: removed deprecated cross_2d() alias
Definition in file vnl_double_2.h.
double vnl_cross_2d | ( | vnl_double_2 const & | v1, |
vnl_double_2 const & | v2 | ||
) | [inline] |
Cross product of two 2-vectors.
Definition at line 28 of file vnl_double_2.h.
vnl_T_n_impl | ( | double | , |
2 | |||
) |
class vnl_double_2 : a vnl_vector of 2 doubles.