|
|
Donner
C++20 SVG rendering library
|
This is the complete list of members for donner::Vector2< T >, including all inherited members.
| angle() const | donner::Vector2< T > | inline |
| angleWith(const Vector2< T > &other) const | donner::Vector2< T > | inline |
| cross(const Vector2< T > &other) const | donner::Vector2< T > | inline |
| distance(const Vector2< T > &other) const | donner::Vector2< T > | inline |
| distanceSquared(const Vector2< T > &other) const | donner::Vector2< T > | inline |
| dot(const Vector2< T > &other) const | donner::Vector2< T > | inline |
| length() const | donner::Vector2< T > | inline |
| lengthSquared() const | donner::Vector2< T > | inline |
| normalize() const | donner::Vector2< T > | inline |
| operator!=(const Vector2< T > &rhs) const | donner::Vector2< T > | inline |
| operator!=(const Vector2< U > &rhs) const | donner::Vector2< T > | inline |
| operator*(const Vector2< T > &rhs) const | donner::Vector2< T > | inline |
| operator*(const T a) const | donner::Vector2< T > | inline |
| operator*(const T a, const Vector2< T > &other) | donner::Vector2< T > | friend |
| operator*=(const Vector2< T > &rhs) | donner::Vector2< T > | inline |
| operator*=(const T a) | donner::Vector2< T > | inline |
| operator+(const Vector2< T > &rhs) const | donner::Vector2< T > | inline |
| operator+=(const Vector2< T > &rhs) | donner::Vector2< T > | inline |
| operator-() const | donner::Vector2< T > | inline |
| operator-(const Vector2< T > &rhs) const | donner::Vector2< T > | inline |
| operator-=(const Vector2< T > &rhs) | donner::Vector2< T > | inline |
| operator/(const Vector2< T > &rhs) const | donner::Vector2< T > | inline |
| operator/(const T a) const | donner::Vector2< T > | inline |
| operator/(const T a, const Vector2< T > &other) | donner::Vector2< T > | friend |
| operator/=(const Vector2< T > &rhs) | donner::Vector2< T > | inline |
| operator/=(const T a) | donner::Vector2< T > | inline |
| operator<<(std::ostream &os, const Vector2< T > &vec) | donner::Vector2< T > | friend |
| operator=(const Vector2< T > &other)=default | donner::Vector2< T > | |
| operator=(Vector2< T > &&other) noexcept=default | donner::Vector2< T > | |
| operator=(const Vector2< S > &rhs) | donner::Vector2< T > | inline |
| operator==(const Vector2< T > &other) const | donner::Vector2< T > | inline |
| operator==(const Vector2< U > &other) const | donner::Vector2< T > | inline |
| rotate(double radians) const | donner::Vector2< T > | inline |
| rotate(T cosResult, T sinResult) const | donner::Vector2< T > | inline |
| Vector2()=default | donner::Vector2< T > | |
| Vector2(T x, T y) | donner::Vector2< T > | inline |
| Vector2(const Vector2< T > &other)=default | donner::Vector2< T > | |
| Vector2(Vector2< T > &&other) noexcept=default | donner::Vector2< T > | |
| Vector2(const Vector2< S > &other) | donner::Vector2< T > | inline |
| Vector2(S x, S y) | donner::Vector2< T > | inline |
| x | donner::Vector2< T > | |
| XAxis() | donner::Vector2< T > | inlinestatic |
| y | donner::Vector2< T > | |
| YAxis() | donner::Vector2< T > | inlinestatic |
| Zero() | donner::Vector2< T > | inlinestatic |
| ~Vector2()=default | donner::Vector2< T > |