|
numerics 0.1.0
|
Read-only variant of Vec2View for const Vectors. More...
#include <vector.hpp>
Public Member Functions | |
| idx | size () const noexcept |
| real | x (idx i) const noexcept |
| real | y (idx i) const noexcept |
Public Attributes | |
| const Vector & | v |
Read-only variant of Vec2View for const Vectors.
Definition at line 183 of file vector.hpp.
|
inlinenoexcept |
Definition at line 186 of file vector.hpp.
References num::BasicVector< T >::size(), and v.
Definition at line 187 of file vector.hpp.
References v.
Definition at line 188 of file vector.hpp.
References v.
| const Vector& num::Vec2ConstView::v |
Definition at line 184 of file vector.hpp.