public float GetYValue()
 {
     return(myYSlider.GetValue());
 }
 public float GetZValue()
 {
     return(myZSlider.GetValue());
 }
 public float GetXValue()
 {
     return(myXSlider.GetValue());
 }