|
| void | IMGUIZMO_NAMESPACE::SetDrawlist (ImDrawList *drawlist) |
| |
| void | IMGUIZMO_NAMESPACE::BeginFrame () |
| |
| void | IMGUIZMO_NAMESPACE::SetImGuiContext (ImGuiContext *ctx) |
| |
| bool | IMGUIZMO_NAMESPACE::IsOver () |
| |
| bool | IMGUIZMO_NAMESPACE::IsUsing () |
| |
| bool | IMGUIZMO_NAMESPACE::IsUsingViewManipulate () |
| |
| bool | IMGUIZMO_NAMESPACE::IsViewManipulateHovered () |
| |
| bool | IMGUIZMO_NAMESPACE::IsUsingAny () |
| |
| void | IMGUIZMO_NAMESPACE::Enable (bool enable) |
| |
| void | IMGUIZMO_NAMESPACE::DecomposeMatrixToComponents (const float *matrix, float *translation, float *rotation, float *scale) |
| |
| void | IMGUIZMO_NAMESPACE::RecomposeMatrixFromComponents (const float *translation, const float *rotation, const float *scale, float *matrix) |
| |
| void | IMGUIZMO_NAMESPACE::SetRect (float x, float y, float width, float height) |
| |
| void | IMGUIZMO_NAMESPACE::SetOrthographic (bool isOrthographic) |
| |
| void | IMGUIZMO_NAMESPACE::DrawCubes (const float *view, const float *projection, const float *matrices, int matrixCount) |
| |
| void | IMGUIZMO_NAMESPACE::DrawGrid (const float *view, const float *projection, const float *matrix, const float gridSize) |
| |
| OPERATION | IMGUIZMO_NAMESPACE::operator| (OPERATION lhs, OPERATION rhs) |
| |
| bool | IMGUIZMO_NAMESPACE::Manipulate (const float *view, const float *projection, OPERATION operation, MODE mode, float *matrix, float *deltaMatrix, const float *snap, const float *localBounds, const float *boundsSnap) |
| |
| void | IMGUIZMO_NAMESPACE::ViewManipulate (float *view, float length, ImVec2 position, ImVec2 size, ImU32 backgroundColor) |
| |
| void | IMGUIZMO_NAMESPACE::ViewManipulate (float *view, const float *projection, OPERATION operation, MODE mode, float *matrix, float length, ImVec2 position, ImVec2 size, ImU32 backgroundColor) |
| |
| void | IMGUIZMO_NAMESPACE::SetAlternativeWindow (ImGuiWindow *window) |
| |
| void | IMGUIZMO_NAMESPACE::SetID (int id) |
| |
| void | IMGUIZMO_NAMESPACE::PushID (const char *str_id) |
| |
| void | IMGUIZMO_NAMESPACE::PushID (const char *str_id_begin, const char *str_id_end) |
| |
| void | IMGUIZMO_NAMESPACE::PushID (const void *ptr_id) |
| |
| void | IMGUIZMO_NAMESPACE::PushID (int int_id) |
| |
| void | IMGUIZMO_NAMESPACE::PopID () |
| |
| ImGuiID | IMGUIZMO_NAMESPACE::GetID (const char *str) |
| |
| ImGuiID | IMGUIZMO_NAMESPACE::GetID (const char *str, const char *str_end) |
| |
| ImGuiID | IMGUIZMO_NAMESPACE::GetID (const void *ptr) |
| |
| bool | IMGUIZMO_NAMESPACE::IsOver (OPERATION op) |
| |
| void | IMGUIZMO_NAMESPACE::SetGizmoSizeClipSpace (float value) |
| |
| void | IMGUIZMO_NAMESPACE::AllowAxisFlip (bool value) |
| |
| void | IMGUIZMO_NAMESPACE::SetAxisLimit (float value) |
| |
| void | IMGUIZMO_NAMESPACE::SetAxisMask (bool x, bool y, bool z) |
| |
| void | IMGUIZMO_NAMESPACE::SetPlaneLimit (float value) |
| |
| bool | IMGUIZMO_NAMESPACE::IsOver (float *position, float pixelRadius) |
| |
| Style & | IMGUIZMO_NAMESPACE::GetStyle () |
| |