#include <vnl_cross_product_matrix.h>
Inheritance diagram for vnl_cross_product_matrix:
Public Types | |
typedef vnl_double_3x3 | base |
Public Methods | |
vnl_cross_product_matrix (const vnl_vector< double > &v) | |
vnl_cross_product_matrix (const double *v) | |
vnl_cross_product_matrix (const vnl_cross_product_matrix &that) | |
~vnl_cross_product_matrix () | |
vnl_cross_product_matrix & | operator= (const vnl_cross_product_matrix &that) |
void | set (const double *v) |
vnl_cross_product_matrix(e) is the matrix [e]_ x: 0 -e_3 e_2 e_3 0 -e_1 -e_2 e_1 0
Definition at line 29 of file vnl_cross_product_matrix.h.
|
Definition at line 31 of file vnl_cross_product_matrix.h. |
|
Definition at line 33 of file vnl_cross_product_matrix.h. |
|
Definition at line 34 of file vnl_cross_product_matrix.h. |
|
Definition at line 35 of file vnl_cross_product_matrix.h. |
|
Definition at line 36 of file vnl_cross_product_matrix.h. |
|
Definition at line 38 of file vnl_cross_product_matrix.h. |
|
|