resize_scene Subroutine

public subroutine resize_scene(this, object, x, y, z, x_rate, y_rate, z_rate)

Type Bound

Scene_

Arguments

Type IntentOptional Attributes Name
class(Scene_), intent(inout) :: this
integer(kind=int32), intent(in) :: object(:)
real(kind=real64), intent(in), optional :: x
real(kind=real64), intent(in), optional :: y
real(kind=real64), intent(in), optional :: z
real(kind=real64), intent(in), optional :: x_rate
real(kind=real64), intent(in), optional :: y_rate
real(kind=real64), intent(in), optional :: z_rate