2.1.2.6. Transformation

class Valentina.Geometry.Transformation.AffineTransformation(obj)[source]

Bases: Valentina.Geometry.Transformation.Transformation

classmethod Rotation(angle)[source]
classmethod RotationAt(center, angle)[source]
classmethod Translation(vector)[source]
matrix_part
translation_part
class Valentina.Geometry.Transformation.AffineTransformation2D(obj)[source]

Bases: Valentina.Geometry.Transformation.AffineTransformation

class Valentina.Geometry.Transformation.Transformation(obj)[source]

Bases: object

classmethod Identity()[source]
array
dimension
same_dimension(other)[source]
size
class Valentina.Geometry.Transformation.Transformation2D(obj)[source]

Bases: Valentina.Geometry.Transformation.Transformation

classmethod Parity()[source]
classmethod Rotation(angle)[source]
classmethod Scale(x_scale, y_scale)[source]
classmethod XReflection()[source]
classmethod YReflection()[source]