Molecule Viewer
|
#include <GL/glew.h>
#include <iostream>
#include <string>
#include <sstream>
#include <fstream>
#include <istream>
#include <vector>
#include <cmath>
#include <map>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtx/transform.hpp>
#include <glm/gtc/type_ptr.hpp>
#include <glm/gtc/matrix_projection.hpp>
#include <glm/gtx/string_cast.hpp>
#include <QtDebug>
#include "Utilities.hpp"
Go to the source code of this file.
Variables | |
const double | Pi = 4 * std::atan(1.0f) |
const double | TwoPi = 2 * Pi |
const double Pi = 4 * std::atan(1.0f) |
Definition at line 30 of file common.hpp.
const double TwoPi = 2 * Pi |
Definition at line 31 of file common.hpp.