FormIt C++ API
v23.0.0 (2023.0.0)
|
This is the complete list of members for WSM::Vector2d, including all inherited members.
angle(const Vector2d &, double epsNor=WSM_ANGLE_TOL) const | WSM::Vector2d | |
angleBetweenNormalized(const Vector2d &aV, double epsNor=WSM_ANGLE_TOL) const | WSM::Vector2d | |
det(const Vector2d &v1, const Vector2d &v2) | WSM::Vector2d | inlinestatic |
dist(const Vector2d &v) const | WSM::Vector2d | inline |
distRect(const Vector2d &v) const | WSM::Vector2d | inline |
distSqrd(const Vector2d &v) const | WSM::Vector2d | inline |
getNormalized(double epsSqrd=WSM_MACHINE_TOL2) const | WSM::Vector2d | |
getScaled(const Vector2d &v) const | WSM::Vector2d | inline |
isEqual(const Vector2d &v, double epsSqrd=WSM_DISTANCE_TOL2) const | WSM::Vector2d | inline |
isEqualRect(const Vector2d &v, double epsRect=WSM_DISTANCE_TOL) const | WSM::Vector2d | inline |
isExactNull() const | WSM::Vector2d | inline |
isNull(double epsSqrd=WSM_DISTANCE_TOL2) const | WSM::Vector2d | inline |
isParallel(const Vector2d &, double epsNorSqrd=WSM_ANGLE_TOL2) const | WSM::Vector2d | |
isPerpend(const Vector2d &, double epsNor=WSM_ANGLE_TOL) const | WSM::Vector2d | |
kNull | WSM::Vector2d | static |
kXDir | WSM::Vector2d | static |
kYDir | WSM::Vector2d | static |
length() const | WSM::Vector2d | inline |
lengthRect() const | WSM::Vector2d | inline |
lengthSqrd() const | WSM::Vector2d | inline |
normalize(double epsSqrd=WSM_MACHINE_TOL2) | WSM::Vector2d | |
operator%(const Vector2d &v) const | WSM::Vector2d | inline |
operator*(double scalar) const | WSM::Vector2d | inline |
operator*=(double scalar) | WSM::Vector2d | inline |
operator+(const Vector2d &v) const | WSM::Vector2d | inline |
operator+=(const Vector2d &v) | WSM::Vector2d | inline |
operator-(const Vector2d &v) const | WSM::Vector2d | inline |
operator-() const | WSM::Vector2d | inline |
operator-=(const Vector2d &v) | WSM::Vector2d | inline |
operator/(double scalar) const | WSM::Vector2d | inline |
operator/=(double scalar) | WSM::Vector2d | inline |
operator[](size_t index) const | WSM::Vector2d | inline |
operator[](size_t index) | WSM::Vector2d | inline |
perpend() const | WSM::Vector2d | inline |
scale(const Vector2d &v) | WSM::Vector2d | inline |
set(double xx, double yy) | WSM::Vector2d | inline |
Vector2d() | WSM::Vector2d | inline |
Vector2d(double xx, double yy) | WSM::Vector2d | inline |
x | WSM::Vector2d | |
y | WSM::Vector2d | |
zero() | WSM::Vector2d | inline |