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::Text3DData Class Reference

stores important data for drawing 3d text More...

#include <Utils/ThreeDOut.hh>

+ Collaboration diagram for BIAS::Text3DData:

Public Attributes

BIAS::RGBAuc Color
 
BIAS::Quaternion< double > Direction
 
BIAS::Vector3< double > Position
 
double Size
 
std::string Text
 

Detailed Description

stores important data for drawing 3d text

Definition at line 195 of file ThreeDOut.hh.

Member Data Documentation

BIAS::RGBAuc BIAS::Text3DData::Color

Definition at line 201 of file ThreeDOut.hh.

Referenced by BIAS::ThreeDOut::AddText().

BIAS::Quaternion<double> BIAS::Text3DData::Direction

Definition at line 198 of file ThreeDOut.hh.

Referenced by BIAS::ThreeDOut::AddText().

BIAS::Vector3<double> BIAS::Text3DData::Position

Definition at line 197 of file ThreeDOut.hh.

Referenced by BIAS::ThreeDOut::AddText().

double BIAS::Text3DData::Size

Definition at line 200 of file ThreeDOut.hh.

Referenced by BIAS::ThreeDOut::AddText().

std::string BIAS::Text3DData::Text

Definition at line 199 of file ThreeDOut.hh.

Referenced by BIAS::ThreeDOut::AddText().


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