copyStraight method

void copyStraight(
  1. StraightPathPoint from
)

Implementation

void copyStraight(StraightPathPoint from) {
  super.copy(from);
  radius = from.radius;
}