xformopΒΆ

class xformop

A xformop instanciation with its parameters

Members

Constructors:

xformop xformop create ( string name , boolean translate , transform value ) Create a xformop with a name and parameters

Methods:

boolean result affecttranslation ( ) True if the xformop affects the transform translation
string name getname ( ) Get the name associated to this operator ("leftconcat", for instance)
transform value gettransform ( ) Get the transform of the xformop
string str tostring ( )

Documentation

boolean result affecttranslation ( )

True if the xformop affects the transform translation

Return:

  • result


string name getname ( )

Get the name associated to this operator ("leftconcat", for instance)

Return:

  • name the operator name


transform value gettransform ( )

Get the transform of the xformop

Return:

  • value the xformop transform


string str tostring ( )

Return:

  • str the xformop serialized to a string