SmoothMatrix4 class

Constructors

SmoothMatrix4()
SmoothMatrix4.fromJson(List list)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
operations List<SmoothOperation>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rotateX(double angle) → void
rotateY(double angle) → void
rotateZ(double angle) → void
scale(double x, [double? y]) → void
toJson() List
toMatrix4({required Size screenSize}) Matrix4
toString() String
A string representation of this object.
inherited
translate(Dimension x, [Dimension y = const Length(0.0)]) → void

Operators

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