Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Attributes | List of all members
BIAS::PMatrix3DData Class Reference

stores important data for drawing a camera More...

#include <Utils/PMatrix3DData.hh>

+ Collaboration diagram for BIAS::PMatrix3DData:

Public Attributes

BIAS::Vector3< double > C
 camera center in wcs More...
 
BIAS::RGBAuc Color
 RGBA color+opacity, 255=opaque, 0=transp. More...
 
BIAS::Vector3< double > LL
 lower left corner of image plane in wcs More...
 
BIAS::Vector3< double > LR
 lower right corner of image plane in wcs More...
 
std::string name
 
BIAS::Vector3< double > PP
 principle point in wcs More...
 
BIAS::Vector3< double > UL
 upper left corner of image plane in wcs More...
 
BIAS::Vector3< double > Up
 Up-Vector (V) More...
 
BIAS::Vector3< double > UR
 upper right corner of image plane in wcs More...
 

Detailed Description

stores important data for drawing a camera

Definition at line 43 of file PMatrix3DData.hh.

Member Data Documentation

BIAS::Vector3<double> BIAS::PMatrix3DData::C
BIAS::RGBAuc BIAS::PMatrix3DData::Color
BIAS::Vector3<double> BIAS::PMatrix3DData::LL
BIAS::Vector3<double> BIAS::PMatrix3DData::LR
std::string BIAS::PMatrix3DData::name
BIAS::Vector3<double> BIAS::PMatrix3DData::PP
BIAS::Vector3<double> BIAS::PMatrix3DData::UL
BIAS::Vector3<double> BIAS::PMatrix3DData::Up
BIAS::Vector3<double> BIAS::PMatrix3DData::UR

The documentation for this class was generated from the following file: