public void Insert(int i, PathWaypoint P) { m_Points.Insert(i, P); }
public void Add(PathWaypoint P) { m_Points.Add(P); }