JeVoisBase
1.22
JeVois Smart Embedded Machine Vision Toolkit Base Modules
|
|
This is the complete list of members for Point2D< T >, including all inherited members.
distance(const Point2D< T > &p) const | Point2D< T > | inline |
distanceToLine(const Point2D< T > &p, const Point2D< T > &q, const bool getsigned=false) const | Point2D< T > | inline |
distanceToSegment(const Point2D< T > &p, const Point2D< T > &q) const | Point2D< T > | inline |
i | Point2D< T > | |
isValid() const | Point2D< T > | inline |
j | Point2D< T > | |
magnitude() const | Point2D< T > | inline |
operator*(const Point2D< U > &p) const | Point2D< T > | inline |
operator*(const U val) const | Point2D< T > | inline |
operator*=(const Point2D< T > &p) | Point2D< T > | inline |
operator*=(const T val) | Point2D< T > | inline |
operator+(const Point2D< U > &p) const | Point2D< T > | inline |
operator+(const U val) const | Point2D< T > | inline |
operator+=(const Point2D< T > &p) | Point2D< T > | inline |
operator+=(const T val) | Point2D< T > | inline |
operator-(const Point2D< U > &p) const | Point2D< T > | inline |
operator-(const U val) const | Point2D< T > | inline |
operator-=(const Point2D< T > &p) | Point2D< T > | inline |
operator-=(const T val) | Point2D< T > | inline |
operator/(const Point2D< U > &p) const | Point2D< T > | inline |
operator/(const U val) const | Point2D< T > | inline |
operator/=(const Point2D< T > &p) | Point2D< T > | inline |
operator/=(const T val) | Point2D< T > | inline |
Point2D() | Point2D< T > | inline |
Point2D(const T ii, const T jj) | Point2D< T > | inline |
Point2D(const Point2D< U > &a) | Point2D< T > | inlineexplicit |
squdist(const Point2D< T > &p) const | Point2D< T > | inline |