hgl 0.5.25
A compiler/interpreter suite for developing images (plugin development)
Public Attributes | List of all members
HGL::ImageOutput::ICanvas::_transformationInfo Struct Reference

This structure holds the calculated transformation info. More...

#include "icanvas.h"

Public Attributes

float bbox_h
 the height of the boundingbox More...
 
float bbox_w
 the width of the boundingbox More...
 
float bbox_x
 the x position of the boundingbox More...
 
float bbox_y
 the y position of the boundingbox More...
 
float centerOffsetX
 the x offset to center the image in the canvas More...
 
float centerOffsetY
 the y offset to center the image in the canvas More...
 
float scaleFactorX
 the x scale factor More...
 
float scaleFactorY
 the y scale factor More...
 

Detailed Description

This structure holds the calculated transformation info.

Since
0.5.2

Member Data Documentation

float HGL::ImageOutput::ICanvas::_transformationInfo::bbox_h

the height of the boundingbox

float HGL::ImageOutput::ICanvas::_transformationInfo::bbox_w

the width of the boundingbox

float HGL::ImageOutput::ICanvas::_transformationInfo::bbox_x

the x position of the boundingbox

float HGL::ImageOutput::ICanvas::_transformationInfo::bbox_y

the y position of the boundingbox

float HGL::ImageOutput::ICanvas::_transformationInfo::centerOffsetX

the x offset to center the image in the canvas

float HGL::ImageOutput::ICanvas::_transformationInfo::centerOffsetY

the y offset to center the image in the canvas

float HGL::ImageOutput::ICanvas::_transformationInfo::scaleFactorX

the x scale factor

float HGL::ImageOutput::ICanvas::_transformationInfo::scaleFactorY

the y scale factor