public Vector3 GetRotatedAndScaledSize()
 {
     return(TransformMatrix.MultiplyVector(ModelSpaceSize));
 }