SvgCubicTo class

Inheritance

Constructors

SvgCubicTo(double x1, double y1, double x2, double y2, double x3, double y3)
const

Properties

end → (double, double)
Returns the coordinates of the end of this command. e.g LineTo(10, 20).end = (10, 20)
no setteroverride
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x1 double
final
x2 double
final
x3 double
final
y1 double
final
y2 double
final
y3 double
final

Methods

mirror(Axis axis, [double centerX = 0.0, double centerY = 0.0]) SvgCubicTo
Mirrors this over vertical or horizontal line that goes though centerX,centerY.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rotate(double angle, [double centerX = 0.0, double centerY = 0.0]) SvgCubicTo
Returns a new T rotated angle radians around centerX,centerY.
override
scale(num scaleX, [num? scaleY]) SvgCubicTo
Scales by scaleX and scaleY. scaleY defaults to scaleX if not provided.
override
toString() String
A string representation of this object.
override
translate(num x, num y) SvgCubicTo
Returns a new T translated by x and y.
override

Operators

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