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