omni::math::linalg::vec2
Defined in usdrt/gf/vec.h
-
template<typename T>
class vec2 : public omni::math::linalg::base_vec<T, 2> 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