BezierCurveDots class

贝塞尔曲线的画线位置

Constructors

BezierCurveDots(double x1, double y1, double x2, double y2)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x1 double
第一个点的x坐标
getter/setter pair
x2 double
第二个点的x坐标
getter/setter pair
y1 double
第一个点的y坐标
getter/setter pair
y2 double
第二个点的y坐标
getter/setter pair

Methods

getList() List<double>
返回数组对象
getMap() Map<String, double>
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