| 
    KiCad PCB EDA Suite
    
   | 
 
Implementation of a track ball camera. More...
#include "track_ball.h"#include "trackball.h"#include "../3d_math.h"#include <wx/log.h>#include <glm/gtc/quaternion.hpp>#include <algorithm>Go to the source code of this file.
Implementation of a track ball camera.
A track ball is placed in the center of the screen and rotates the camera.
Definition in file track_ball.cpp.