|
bool | ImGui::gizmo3D (const char *label, quat &q, float size, const int mode) |
|
bool | ImGui::gizmo3D (const char *label, vec4 &axis_angle, float size, const int mode) |
|
bool | ImGui::gizmo3D (const char *label, vec3 &dir, float size, const int mode) |
|
bool | ImGui::gizmo3D (const char *label, quat &axes, quat &spot, float size, const int mode) |
|
bool | ImGui::gizmo3D (const char *label, quat &axes, vec4 &axesAngle, float size, const int mode) |
|
bool | ImGui::gizmo3D (const char *label, quat &axes, vec3 &spotDir, float size, const int mode) |
|
bool | ImGui::gizmo3D (const char *label, vec3 &vPanDolly, quat &q, float size, const int mode) |
|
bool | ImGui::gizmo3D (const char *label, vec3 &vPanDolly, vec4 &axis_angle, float size, const int mode) |
|
bool | ImGui::gizmo3D (const char *label, vec3 &vPanDolly, vec3 &dir, float size, const int mode) |
|
bool | ImGui::gizmo3D (const char *label, vec3 &vPanDolly, quat &axes, quat &spot, float size, const int mode) |
|
bool | ImGui::gizmo3D (const char *label, vec3 &vPanDolly, quat &axes, vec4 &axesAngle, float size, const int mode) |
|
bool | ImGui::gizmo3D (const char *label, vec3 &vPanDolly, quat &axes, vec3 &spotDir, float size, const int mode) |
|