public Vector3 getRandomPosition()
 {
     if (!Sphere.get())
     {
         return(Position.get() + Vector3.Transform(Rand.V3() / 2, ScaleMatrix));
     }
     else
     {
         return(Position.get() + Vector3.Transform(Rand.VECTV3() / 2, ScaleMatrix));
     }
 }