mirror of
https://github.com/g-truc/glm.git
synced 2024-12-01 20:24:38 +00:00
13 lines
570 B
C++
13 lines
570 B
C++
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
// OpenGL Mathematics Copyright (c) 2005 - 2010 G-Truc Creation (www.g-truc.net)
|
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
// Created : 2008-03-14
|
|
// Updated : 2008-03-14
|
|
// Licence : This source is under MIT licence
|
|
// File : test/core/ctor/vec3.cpp
|
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
#include "../../precompiled.hpp"
|
|
#include <glm/glm.hpp>
|
|
|