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