class TransformationRow

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescription
c0float32First column value
c1float32Second column value
c2float32Third column value
c3float32Fourth column value

Member functions

Function nameReturn typeInput typeDescription
c0()float32voidReturns the current value of c0. If the c0 is not set, returns 0.
set_c0()voidfloat32Sets the value of c0. After calling this, c0() will return value.
clear_c0()voidvoidClears the value of c0. After calling this, c0() will return 0.
c1()float32voidReturns the current value of c1. If the c1 is not set, returns 0.
set_c1()voidfloat32Sets the value of c1. After calling this, c1() will return value.
clear_c1()voidvoidClears the value of c1. After calling this, c1() will return 0.
c2()float32voidReturns the current value of c2. If the c2 is not set, returns 0.
set_c2()voidfloat32Sets the value of c2. After calling this, c2() will return value.
clear_c2()voidvoidClears the value of c2. After calling this, c2() will return 0.
c3()float32voidReturns the current value of c3. If the c3 is not set, returns 0.
set_c3()voidfloat32Sets the value of c3. After calling this, c3() will return value.
clear_c3()voidvoidClears the value of c3. After calling this, c3() will return 0.

Parent topic: Base (C++)