simplevectors  0.3.9
Simple vector implementations in C++
svector::Vec2D Member List

This is the complete list of members for svector::Vec2D, including all inherited members.

operator*=(const double &other)svector::Vec2Dinline
operator+=(const Vec2D &other)svector::Vec2Dinline
operator-=(const Vec2D &other)svector::Vec2Dinline
operator/=(const double &other)svector::Vec2Dinline
operator=(const Vec2D &other)svector::Vec2Dinline
operator=(Vec2D &&) noexcept=defaultsvector::Vec2D
Vec2D()svector::Vec2Dinline
Vec2D(const double xOther, const double yOther)svector::Vec2Dinline
Vec2D(const Vec2D &other)=defaultsvector::Vec2D
Vec2D(Vec2D &&) noexcept=defaultsvector::Vec2D
xsvector::Vec2D
ysvector::Vec2D
~Vec2D()=defaultsvector::Vec2Dvirtual