libwallaby  v24
The wallaby standard library
Vec3< T > Struct Template Reference

#include <types.hpp>

Public Member Functions

 Vec3 ()
 
 Vec3 (const T &x, const T &y, const T &z)
 

Public Attributes

x
 
y
 
z
 

Constructor & Destructor Documentation

template<typename T >
Vec3< T >::Vec3 ( )
template<typename T >
Vec3< T >::Vec3 ( const T &  x,
const T &  y,
const T &  z 
)

Member Data Documentation

template<typename T >
T Vec3< T >::x
template<typename T >
T Vec3< T >::y
template<typename T >
T Vec3< T >::z

The documentation for this struct was generated from the following file: