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