RelativeTransform class

Constructors

RelativeTransform({required List<double> translation, required double rotation, required List<double> scale, required List<double> skew})
const
RelativeTransform.empty()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
rotation double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale List<double>
final
skew List<double>
final
translation List<double>
final

Methods

copyWith({List<double>? translation, double? rotation, List<double>? scale, List<double>? skew}) RelativeTransform
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited