ThirdOrderBezierCurveSection class

三阶贝塞尔曲线的点集合

Constructors

ThirdOrderBezierCurveSection({required Offset p1, required Offset p2, required Offset p3, required Offset p4, double smooth = .5})

Properties

hashCode int
The hash code for this object.
no setterinherited
p1 Offset
起始点
getter/setter pair
p2 Offset
第二点
getter/setter pair
p3 Offset
第三点
getter/setter pair
p4 Offset
第四点
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smooth double
平滑度 0~1数值越大越平直 数值越小弧线越大
getter/setter pair

Methods

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