Functions
core/vnl/vnl_float_3.h File Reference

Contains class vnl_float_3. More...

#include <vnl/vnl_T_n.h>

Go to the source code of this file.

Functions

 vnl_T_n_impl (float, 3)
 class vnl_float_3 : a vnl_vector of 3 floats.
vnl_float_3 vnl_cross_3d (vnl_float_3 const &v1, vnl_float_3 const &v2)
 Cross product of two 3-vectors.

Detailed Description

Contains class vnl_float_3.

Author:
Andrew W. Fitzgibbon, Oxford RRG
Date:
05 Aug 96
    Modifications
     Peter Vanroose, 25 June 1999: vnl_vector_fixed<float,3> already instantiated
     Peter Vanroose, 23 Apr. 2004: added vnl_cross_3d()
     Peter Vanroose, 24 Mar. 2007: removed deprecated cross_3d() alias
   

Definition in file vnl_float_3.h.


Function Documentation

vnl_float_3 vnl_cross_3d ( vnl_float_3 const &  v1,
vnl_float_3 const &  v2 
) [inline]

Cross product of two 3-vectors.

Definition at line 28 of file vnl_float_3.h.

vnl_T_n_impl ( float  ,
 
)

class vnl_float_3 : a vnl_vector of 3 floats.