omni::math::linalg::base_vec
Defined in usdrt/gf/vec.h
Functions
Typedefs
Variables
-
template<typename T, size_t N>
class base_vec Subclassed by omni::math::linalg::vec2< int >
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
-
using size_type = size_t