User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Math - Geometry - 3D - VectorMatrix3dC
 

  PUBLIC
VectorMatrix3dC::VectorMatrix3dC(void)
VectorMatrix3dC::VectorMatrix3dC(const FVectorC<3> &,const FMatrixC<3,3> &)
FVectorMatrixC::Vector(void)
FVectorMatrixC::Matrix(void)
FVectorMatrixC::Vector(void) const
FVectorMatrixC::Matrix(void) const
FVectorMatrixC::Fill(RealT)
FVectorMatrixC::Sort(void)

   VectorMatrix3dC   
 
3D Vector matrix.
 
include "Ravl/VectorMatrix3d.hh"
Created:13/04/2002 
User Level:Normal
Library:RavlMath
In Scope:RavlN

Parent Classes: Methods:
VectorMatrix3dC()
Default constructor.

VectorMatrix3dC(const FVectorC<3> & vec,const FMatrixC<3,3> & mat)
Construct from a vector and a matrix.

#include "Ravl/FVectorMatrix.hh"
FVectorC<3> & Vector()
Access to the vector.

FMatrixC<3,3> & Matrix()
Access to the matrix.

const FVectorC<3> & Vector() const
Access to the vector.

const FMatrixC<3,3> & Matrix() const
Access to the matrix.

void Fill(RealT value)
Fills both the vector and matrix with 'value'

void Sort()
Sort in place according to the vector value.
The first value will be the biggest one.


Maintainer:Charles Galambos, Created: 13/04/2002, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002