# File structures/Boundaries.rb, line 139
  def addVertex(ctrlPoint, data = nil)
    add([], [ctrlPoint, data])
  end