StraightPathPoint.fromTranslation constructor
      
      StraightPathPoint.fromTranslation(
    
    
- Vec2D translation
Implementation
StraightPathPoint.fromTranslation(Vec2D translation)
    : super(PointType.straight) {
  _translation = translation;
}