omni::math::linalg::vec4
Defined in usdrt/gf/vec.h
- 
template<typename T>
 class vec4 : public omni::math::linalg::base_vec<T, 4>
- Public Types - 
using size_type = size_t
 - 
using difference_type = ptrdiff_t
 - 
using reference = value_type&
 - 
using const_reference = const value_type&
 - 
using pointer = value_type*
 - 
using const_pointer = const value_type*
 - 
using const_iterator = const_pointer
 - Public Static Functions 
- 
using size_type = size_t