Transformation Flags


Variables

const unsigned char  oSiTransfoSclFac = 0x01
const unsigned char  oSiTransfoSclRot = 0x02
const unsigned char  oSiTransfoAllScl = 0x03
const unsigned char  oSiTransfoRot = 0x04
const unsigned char  oSiTransfoTrs = 0x08
const unsigned char  oSiTransfoTrsAffectedByScl = 0x10
const unsigned char  oSiTransfoTrsAffectedByOri = 0x20
const unsigned char  oSiTransfoAllTrs = 0x38
const unsigned char  oSiTransfoNone = 0x00
const unsigned char  oSiTransfoAll = 0x3F

Detailed Description

Flags that determine the applicability of transformation operation.

Variable Documentation

const unsigned char oSiTransfoSclFac = 0x01

Scaling factors

const unsigned char oSiTransfoSclRot = 0x02

Scaling rotation

const unsigned char oSiTransfoAllScl = 0x03

Scaling factors and scaling rotation

const unsigned char oSiTransfoRot = 0x04

Rotation

const unsigned char oSiTransfoTrs = 0x08

Transformation

const unsigned char oSiTransfoTrsAffectedByScl = 0x10

Transformation affacted by scaling

const unsigned char oSiTransfoTrsAffectedByOri = 0x20

Transformation affacted by orientation

const unsigned char oSiTransfoAllTrs = 0x38

All transformation

const unsigned char oSiTransfoNone = 0x00

None

const unsigned char oSiTransfoAll = 0x3F

Everything