Cinder  0.9.1
Classes | Namespaces | Typedefs
type_int.hpp File Reference
#include "setup.hpp"

Classes

struct  glm::detail::make_signed< genType >
 
struct  glm::detail::make_signed< char >
 
struct  glm::detail::make_signed< short >
 
struct  glm::detail::make_signed< int >
 
struct  glm::detail::make_signed< long >
 
struct  glm::detail::make_signed< long long >
 
struct  glm::detail::make_signed< unsigned char >
 
struct  glm::detail::make_signed< unsigned short >
 
struct  glm::detail::make_signed< unsigned int >
 
struct  glm::detail::make_signed< unsigned long >
 
struct  glm::detail::make_signed< unsigned long long >
 
struct  glm::detail::make_unsigned< genType >
 
struct  glm::detail::make_unsigned< char >
 
struct  glm::detail::make_unsigned< short >
 
struct  glm::detail::make_unsigned< int >
 
struct  glm::detail::make_unsigned< long >
 
struct  glm::detail::make_unsigned< long long >
 
struct  glm::detail::make_unsigned< unsigned char >
 
struct  glm::detail::make_unsigned< unsigned short >
 
struct  glm::detail::make_unsigned< unsigned int >
 
struct  glm::detail::make_unsigned< unsigned long >
 
struct  glm::detail::make_unsigned< unsigned long long >
 

Namespaces

 glm
 
 glm::detail
 

Typedefs

typedef signed long long glm::detail::sint64
 
typedef unsigned long long glm::detail::uint64
 
typedef signed char glm::detail::int8
 
typedef signed short glm::detail::int16
 
typedef signed int glm::detail::int32
 
typedef sint64 glm::detail::int64
 
typedef unsigned char glm::detail::uint8
 
typedef unsigned short glm::detail::uint16
 
typedef unsigned int glm::detail::uint32
 
typedef signed int glm::detail::lowp_int_t
 
typedef signed int glm::detail::mediump_int_t
 
typedef signed int glm::detail::highp_int_t
 
typedef unsigned int glm::detail::lowp_uint_t
 
typedef unsigned int glm::detail::mediump_uint_t
 
typedef unsigned int glm::detail::highp_uint_t
 
typedef detail::int8 glm::int8
 
typedef detail::int16 glm::int16
 
typedef detail::int32 glm::int32
 
typedef detail::int64 glm::int64
 
typedef detail::uint8 glm::uint8
 
typedef detail::uint16 glm::uint16
 
typedef detail::uint32 glm::uint32
 
typedef detail::uint64 glm::uint64
 
typedef detail::lowp_int_t glm::lowp_int
 
typedef detail::mediump_int_t glm::mediump_int
 
typedef detail::highp_int_t glm::highp_int
 
typedef detail::lowp_uint_t glm::lowp_uint
 
typedef detail::mediump_uint_t glm::mediump_uint
 
typedef detail::highp_uint_t glm::highp_uint
 
typedef mediump_int glm::int_t
 
typedef mediump_uint glm::uint_t
 
typedef unsigned int glm::uint
 

Detailed Description

OpenGL Mathematics (glm.g-truc.net)

Copyright (c) 2005 - 2015 G-Truc Creation (www.g-truc.net) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

Restrictions: By making use of the Software for military purposes, you choose to make a Bunny unhappy.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

GLM Core

Date
2008-08-22 / 2013-03-30
Author
Christophe Riccio