liballofw
Public Member Functions | Public Attributes | List of all members
allofw::Rectangle3_< number_t > Struct Template Reference

#include <geometry.h>

Public Member Functions

 Rectangle3_ ()=default
 
 Rectangle3_ (const Vector3_< number_t > &position_, const Vector3_< number_t > &size_)
 
 Rectangle3_ (number_t w, number_t h, number_t d)
 
 Rectangle3_ (number_t x, number_t y, number_t z, number_t w, number_t h, number_t d)
 

Public Attributes

Vector3_< number_t > position
 
Vector3_< number_t > size
 

Constructor & Destructor Documentation

template<typename number_t >
allofw::Rectangle3_< number_t >::Rectangle3_ ( )
default
template<typename number_t >
allofw::Rectangle3_< number_t >::Rectangle3_ ( const Vector3_< number_t > &  position_,
const Vector3_< number_t > &  size_ 
)
inline
template<typename number_t >
allofw::Rectangle3_< number_t >::Rectangle3_ ( number_t  w,
number_t  h,
number_t  d 
)
inline
template<typename number_t >
allofw::Rectangle3_< number_t >::Rectangle3_ ( number_t  x,
number_t  y,
number_t  z,
number_t  w,
number_t  h,
number_t  d 
)
inline

Member Data Documentation

template<typename number_t >
Vector3_<number_t> allofw::Rectangle3_< number_t >::position
template<typename number_t >
Vector3_<number_t> allofw::Rectangle3_< number_t >::size

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