public void addPoint(Vector3D p)
 {
     m_points.add(p);
 }