You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
12 lines
570 B
12 lines
570 B
/////////////////////////////////////////////////////////////////////////////////////////////////// |
|
// 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> |
|
|
|
|