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

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

   VectorMatrix4dC   
 
4D Vector matrix.
 
include "Ravl/VectorMatrix4d.hh"
Created:13/04/2002 
User Level:Normal
Library:RavlMath
In Scope:RavlN

Parent Classes: Methods:
VectorMatrix4dC()
Default constructor.

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

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

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

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

const FMatrixC<4,4> & 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