Skip to main content

taichi.ui.utils#

exception taichi.ui.utils.GGUINotAvailableException#

Bases: Exception

Common base class for all non-exit exceptions.

class args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

taichi.ui.utils.check_ggui_availability()#

Checks if the GGUI environment is available.

taichi.ui.utils.euler_to_vec(yaw, pitch)#
taichi.ui.utils.get_field_info(field)#
taichi.ui.utils.vec_to_euler(v, eps: float = 1e-06)#