simplevectors
0.3.9
Simple vector implementations in C++
|
This is the complete list of members for svector::Vec2D, including all inherited members.
operator*=(const double &other) | svector::Vec2D | inline |
operator+=(const Vec2D &other) | svector::Vec2D | inline |
operator-=(const Vec2D &other) | svector::Vec2D | inline |
operator/=(const double &other) | svector::Vec2D | inline |
operator=(const Vec2D &other) | svector::Vec2D | inline |
operator=(Vec2D &&) noexcept=default | svector::Vec2D | |
Vec2D() | svector::Vec2D | inline |
Vec2D(const double xOther, const double yOther) | svector::Vec2D | inline |
Vec2D(const Vec2D &other)=default | svector::Vec2D | |
Vec2D(Vec2D &&) noexcept=default | svector::Vec2D | |
x | svector::Vec2D | |
y | svector::Vec2D | |
~Vec2D()=default | svector::Vec2D | virtual |