public GodotVector3 Ceil()
 {
     return(new GodotVector3(GodotMathf.Ceil(x), GodotMathf.Ceil(y), GodotMathf.Ceil(z)));
 }