makeInstance method

  1. @override
PathPoint makeInstance()
override

Implementation

@override
PathPoint makeInstance() {
  CubicPathPoint node = CubicPathPoint(_type);
  node.copyCubic(this);
  return node;
}