CubicPathPoint class
Constructors
- CubicPathPoint(PointType type)
- CubicPathPoint.fromValues(Vec2D translation, Vec2D inPoint, Vec2D outPoint)
Properties
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