makeInstance method

  1. @override
PathPoint makeInstance()
override

Implementation

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