/// <summary>
 /// Initializes a new instance of the Skeleton2DdataCoordEventArgs class
 /// </summary>
 /// <param name="points">The points we need to handle in this class</param>
 public Skeleton2DdataCoordEventArgs(Vector3D[] points)
 {
     _points = (Vector3D[])points.Clone();
 }