CubicPathPoint class

Inheritance

Constructors

CubicPathPoint(PointType type)
CubicPathPoint.fromValues(Vec2D translation, Vec2D inPoint, Vec2D outPoint)

Properties

hashCode → int
The hash code for this object.
no setterinherited
inPoint → Vec2D
no setter
outPoint → Vec2D
no setter
pointType → PointType
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
translation → Vec2D
no setterinherited

Methods

copy(PathPoint from) → void
inherited
copyCubic(CubicPathPoint from) → void
makeInstance() → PathPoint
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(StreamReader reader, bool isConnectedToBones) → void
inherited
readPoint(StreamReader reader, bool isConnectedToBones) → int
override
skin(Mat2D world, Float32List? bones) → PathPoint
override
toString() → String
A string representation of this object.
inherited
transformed(Mat2D transform) → PathPoint
override

Operators

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