pynaviz.controller.GetController.get_view#

GetController.get_view()#

Return the current visible range as (xmin, xmax, ymin, ymax).

Camera internals use float32, so values are normalised through float32 to keep get_view stable across a set_viewget_view roundtrip.

Return type:

tuple[float, float, float, float]