@override PathPoint makeInstance() { StraightPathPoint node = StraightPathPoint(); node.copyStraight(this); return node; }