Public Member Functions

tvec3< T > Struct Template Reference

Basic 3D vector type. More...

List of all members.

Public Member Functions

template<typename U >
 tvec3 (U const &x)
 Explicit converions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification)
template<typename A , typename B >
 tvec3 (A const &s, tvec2< B > const &v)
 Explicit conversions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification)
template<typename U , typename V , typename W >
 tvec3 (U const &x, V const &y, W const &z)
 Explicit converions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification)
template<typename U >
 tvec3 (tvec4< U > const &v)
 Explicit conversions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification)
template<typename A , typename B >
 tvec3 (tvec2< A > const &v, B const &s)
 Explicit conversions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification)
template<typename U >
 tvec3 (tvec3< U > const &v)
 Explicit conversions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification)

Detailed Description

template<typename T>
struct glm::detail::tvec3< T >

Basic 3D vector type.

Definition at line 37 of file type_vec3.hpp.