MCPcopy Create free account

hub / github.com/BrutPitt/imGuIZMO.quat / functions

Functions1,099 in github.com/BrutPitt/imGuIZMO.quat

↓ 1 callersFunctionfrustumLH_NO
imguizmo_quat/vgMath.h:661
↓ 1 callersFunctionfrustumLH_ZO
imguizmo_quat/vgMath.h:660
↓ 1 callersFunctionfrustumRH_NO
imguizmo_quat/vgMath.h:663
↓ 1 callersFunctionfrustumRH_ZO
imguizmo_quat/vgMath.h:662
↓ 1 callersFunctiongetCurrentMonitor
old_examples/example/src/glApp.cpp:244
↓ 1 callersFunctiongetCurrentMonitor
old_examples/example.axes/src/glApp.cpp:240
↓ 1 callersFunctiongetFlipRotOnX
get flip Rot X status @retval bool : current flip Rot X status
imguizmo_quat/vGizmo3D.h:479
↓ 1 callersFunctiongetFlipRotOnY
get flip Rot Y status @retval bool : current flip Rot Y status
imguizmo_quat/vGizmo3D.h:482
↓ 1 callersFunctiongetFlipRotOnZ
get flip Rot Z status @retval bool : current flip Rot Z status
imguizmo_quat/vGizmo3D.h:485
↓ 1 callersFunctiongetGraphicsIndex
basic_examples/cube_Vulkan/vkCube_04_more.cpp:28
↓ 1 callersFunctiongetGraphicsIndex
basic_examples/cube_Vulkan/vkCube_06.cpp:28
↓ 1 callersFunctiongetGraphicsIndex
basic_examples/cube_Vulkan/vkCube_01_base.cpp:28
↓ 1 callersFunctiongetGraphicsIndex
basic_examples/cube_Vulkan/vkCube_01_better.cpp:28
↓ 1 callersFunctiongetGraphicsIndex
basic_examples/cube_Vulkan/vkCube_05_quatLight.cpp:28
↓ 1 callersFunctiongetGraphicsIndex
basic_examples/cube_Vulkan/vkCube_05.cpp:28
↓ 1 callersFunctiongetGraphicsIndex
basic_examples/cube_Vulkan/vkCube_03.cpp:28
↓ 1 callersFunctiongetGraphicsIndex
basic_examples/cube_Vulkan/vkCube_02.cpp:28
↓ 1 callersFunctiongetGraphicsIndex
basic_examples/cube_Vulkan/vkCube_07.cpp:31
↓ 1 callersFunctiongetGraphicsIndex
basic_examples/cube_Vulkan/vkCube_04.cpp:28
↓ 1 callersFunctiongetGraphicsIndex
basic_examples/cube_Vulkan/vkCube_04_plus.cpp:28
↓ 1 callersFunctiongetGraphicsIndex
examples/Vulkan/vkLightCube/vkCube.cpp:71
↓ 1 callersFunctiongetLightPosFromQuat
helper func: vec3 <===> quat (vec3 is center axes based)
basic_examples/cube_WGPU/GLFW/main.cpp:92
↓ 1 callersFunctiongetLightPosFromQuat
basic_examples/cube_Vulkan/vkCube_07.cpp:326
↓ 1 callersFunctiongetLightPosFromQuat
helper func: vec3 <===> quat (vec3 is center axes based)
basic_examples/cube_OpenGL/oglCube_07.cpp:55
↓ 1 callersFunctiongetLightPosFromQuat
helper func: vec3 <===> quat (vec3 is center axes based)
basic_examples/cube_OpenGL/oglCube_07_SDL.cpp:56
↓ 1 callersFunctiongetLightPosFromQuat
helper func: vec3 <===> quat (vec3 is center axes based)
basic_examples/cube_OpenGL/emscripten/wglCube_EMS.cpp:67
↓ 1 callersFunctiongetLightPosFromQuat
examples/Vulkan/vkLightCube/vkCube.cpp:461
↓ 1 callersFunctiongetLightPosFromQuat
examples/OpenGL/glLightCube/oglCube_07.cpp:66
↓ 1 callersFunctiongetLightPosFromQuat
examples/OpenGL/glLightCube/oglCube_07_SDL.cpp:67
↓ 1 callersFunctiongetLightPosFromQuat
examples/OpenGL/glLightCube/emscripten/wglCube_EMS.cpp:64
↓ 1 callersFunctiongetLightPosFromQuat
helper func: vec3 <===> quat (vec3 is center axes based)
examples/WGPU/lightCube_GLFW/main.cpp:99
↓ 1 callersFunctiongetLightPosFromQuat
helper func: vec3 <===> quat (vec3 is center axes based)
examples/WGPU/lightCube_SDL2/main.cpp:99
↓ 1 callersFunctiongetModifier
vGizmo3D: Check key modifier currently pressed (GLFW version) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
basic_examples/cube_OpenGL/oglCube_06_callbacks.cpp:306
↓ 1 callersMethodgetModifier
old_examples/example/src/glApp.cpp:84
↓ 1 callersMethodgetModifier
old_examples/example.axes/src/glApp.cpp:86
↓ 1 callersFunctiongetPresentIndex
basic_examples/cube_Vulkan/vkCube_04_more.cpp:34
↓ 1 callersFunctiongetPresentIndex
basic_examples/cube_Vulkan/vkCube_06.cpp:34
↓ 1 callersFunctiongetPresentIndex
basic_examples/cube_Vulkan/vkCube_01_base.cpp:34
↓ 1 callersFunctiongetPresentIndex
basic_examples/cube_Vulkan/vkCube_01_better.cpp:34
↓ 1 callersFunctiongetPresentIndex
basic_examples/cube_Vulkan/vkCube_05_quatLight.cpp:34
↓ 1 callersFunctiongetPresentIndex
basic_examples/cube_Vulkan/vkCube_05.cpp:34
↓ 1 callersFunctiongetPresentIndex
basic_examples/cube_Vulkan/vkCube_03.cpp:34
↓ 1 callersFunctiongetPresentIndex
basic_examples/cube_Vulkan/vkCube_02.cpp:34
↓ 1 callersFunctiongetPresentIndex
basic_examples/cube_Vulkan/vkCube_07.cpp:37
↓ 1 callersFunctiongetPresentIndex
basic_examples/cube_Vulkan/vkCube_04.cpp:34
↓ 1 callersFunctiongetPresentIndex
basic_examples/cube_Vulkan/vkCube_04_plus.cpp:34
↓ 1 callersFunctiongetPresentIndex
examples/Vulkan/vkLightCube/vkCube.cpp:77
↓ 1 callersFunctiongetQuatRotFromVec3
basic_examples/cube_WGPU/GLFW/main.cpp:93
↓ 1 callersFunctiongetQuatRotFromVec3
basic_examples/cube_Vulkan/vkCube_07.cpp:327
↓ 1 callersFunctiongetQuatRotFromVec3
basic_examples/cube_OpenGL/emscripten/wglCube_EMS.cpp:68
↓ 1 callersFunctiongetQuatRotFromVec3
examples/Vulkan/vkLightCube/vkCube.cpp:462
↓ 1 callersFunctiongetQuatRotFromVec3
examples/OpenGL/glLightCube/oglCube_07.cpp:67
↓ 1 callersFunctiongetQuatRotFromVec3
examples/OpenGL/glLightCube/oglCube_07_SDL.cpp:68
↓ 1 callersFunctiongetQuatRotFromVec3
examples/OpenGL/glLightCube/emscripten/wglCube_EMS.cpp:65
↓ 1 callersFunctiongetQuatRotFromVec3
examples/WGPU/lightCube_GLFW/main.cpp:100
↓ 1 callersFunctiongetQuatRotFromVec3
examples/WGPU/lightCube_SDL2/main.cpp:100
↓ 1 callersFunctiongetRotation
old_examples/example.axes/src/glWindow.cpp:34
↓ 1 callersFunctionget_exts
libs/glad/glad.cpp:148
↓ 1 callersFunctioninitFramework
basic_examples/cube_OpenGL/oglCube_07.cpp:187
↓ 1 callersFunctioninitFramework
basic_examples/cube_OpenGL/oglCube_06.cpp:179
↓ 1 callersFunctioninitFramework
basic_examples/cube_OpenGL/oglCube_04_more.cpp:141
↓ 1 callersFunctioninitFramework
basic_examples/cube_OpenGL/oglCube_03.cpp:120
↓ 1 callersFunctioninitFramework
basic_examples/cube_OpenGL/oglCube_05_quatLight.cpp:170
↓ 1 callersFunctioninitFramework
basic_examples/cube_OpenGL/oglCube_06_callbacks.cpp:216
↓ 1 callersFunctioninitFramework
basic_examples/cube_OpenGL/oglCube_06_SDL.cpp:173
↓ 1 callersFunctioninitFramework
basic_examples/cube_OpenGL/oglCube_01_base_vec4.cpp:128
↓ 1 callersFunctioninitFramework
basic_examples/cube_OpenGL/oglCube_05.cpp:166
↓ 1 callersFunctioninitFramework
basic_examples/cube_OpenGL/oglCube_01_base.cpp:128
↓ 1 callersFunctioninitFramework
basic_examples/cube_OpenGL/oglCube_01_better.cpp:121
↓ 1 callersFunctioninitFramework
basic_examples/cube_OpenGL/oglCube_04.cpp:141
↓ 1 callersFunctioninitFramework
basic_examples/cube_OpenGL/oglCube_02.cpp:120
↓ 1 callersFunctioninitFramework
basic_examples/cube_OpenGL/oglCube_07_SDL.cpp:178
↓ 1 callersFunctioninitFramework
basic_examples/cube_OpenGL/oglCube_04_plus.cpp:141
↓ 1 callersFunctioninitFramework
basic_examples/cube_OpenGL/emscripten/wglCube_EMS.cpp:231
↓ 1 callersFunctioninitFramework
examples/OpenGL/glLightCube/oglCube_07.cpp:207
↓ 1 callersFunctioninitFramework
examples/OpenGL/glLightCube/oglCube_06.cpp:201
↓ 1 callersFunctioninitFramework
examples/OpenGL/glLightCube/oglCube_06_SDL.cpp:196
↓ 1 callersFunctioninitFramework
examples/OpenGL/glLightCube/oglCube_07_SDL.cpp:201
↓ 1 callersFunctioninitFramework
examples/OpenGL/glLightCube/emscripten/wglCube_EMS.cpp:206
↓ 1 callersFunctioninitGL
basic_examples/cube_OpenGL/oglCube_07.cpp:137
↓ 1 callersFunctioninitGL
basic_examples/cube_OpenGL/oglCube_06.cpp:129
↓ 1 callersFunctioninitGL
basic_examples/cube_OpenGL/oglCube_04_more.cpp:91
↓ 1 callersFunctioninitGL
basic_examples/cube_OpenGL/oglCube_03.cpp:70
↓ 1 callersFunctioninitGL
basic_examples/cube_OpenGL/oglCube_05_quatLight.cpp:119
↓ 1 callersFunctioninitGL
basic_examples/cube_OpenGL/oglCube_06_callbacks.cpp:166
↓ 1 callersFunctioninitGL
basic_examples/cube_OpenGL/oglCube_06_SDL.cpp:123
↓ 1 callersFunctioninitGL
basic_examples/cube_OpenGL/oglCube_01_base_vec4.cpp:78
↓ 1 callersFunctioninitGL
basic_examples/cube_OpenGL/oglCube_05.cpp:117
↓ 1 callersFunctioninitGL
basic_examples/cube_OpenGL/oglCube_01_base.cpp:78
↓ 1 callersFunctioninitGL
basic_examples/cube_OpenGL/oglCube_01_better.cpp:70
↓ 1 callersFunctioninitGL
basic_examples/cube_OpenGL/oglCube_04.cpp:91
↓ 1 callersFunctioninitGL
basic_examples/cube_OpenGL/oglCube_02.cpp:70
↓ 1 callersFunctioninitGL
basic_examples/cube_OpenGL/oglCube_07_SDL.cpp:128
↓ 1 callersFunctioninitGL
basic_examples/cube_OpenGL/oglCube_04_plus.cpp:91
↓ 1 callersFunctioninitGL
basic_examples/cube_OpenGL/emscripten/wglCube_EMS.cpp:161
↓ 1 callersFunctioninitGL
examples/OpenGL/glLightCube/oglCube_07.cpp:146
↓ 1 callersFunctioninitGL
examples/OpenGL/glLightCube/oglCube_06.cpp:140
↓ 1 callersFunctioninitGL
examples/OpenGL/glLightCube/oglCube_06_SDL.cpp:134
↓ 1 callersFunctioninitGL
examples/OpenGL/glLightCube/oglCube_07_SDL.cpp:140
↓ 1 callersFunctioninitGL
examples/OpenGL/glLightCube/emscripten/wglCube_EMS.cpp:144
← previousnext →201–300 of 1,099, ranked by callers