This is the complete list of members for
irr::core::line2d< T >, including all inherited members.
end | irr::core::line2d< T > | |
getAngleWith(const line2d< T > &l) const | irr::core::line2d< T > | [inline] |
getClosestPoint(const vector2d< T > &point, bool checkOnlySegments=true) const | irr::core::line2d< T > | [inline] |
getClosestPoint(const vector2df &point, bool checkOnlySegments) const | irr::core::line2d< T > | [inline] |
getLength() const | irr::core::line2d< T > | [inline] |
getLengthSQ() const | irr::core::line2d< T > | [inline] |
getMiddle() const | irr::core::line2d< T > | [inline] |
getPointOrientation(const vector2d< T > &point) const | irr::core::line2d< T > | [inline] |
getUnitVector() const | irr::core::line2d< T > | [inline] |
getVector() const | irr::core::line2d< T > | [inline] |
intersectWith(const line2d< T > &l, vector2d< T > &out, bool checkOnlySegments=true) const | irr::core::line2d< T > | [inline] |
isPointBetweenStartAndEnd(const vector2d< T > &point) const | irr::core::line2d< T > | [inline] |
isPointOnLine(const vector2d< T > &point) const | irr::core::line2d< T > | [inline] |
line2d() | irr::core::line2d< T > | [inline] |
line2d(T xa, T ya, T xb, T yb) | irr::core::line2d< T > | [inline] |
line2d(const vector2d< T > &start, const vector2d< T > &end) | irr::core::line2d< T > | [inline] |
line2d(const line2d< T > &other) | irr::core::line2d< T > | [inline] |
operator!=(const line2d< T > &other) const | irr::core::line2d< T > | [inline] |
operator+(const vector2d< T > &point) const | irr::core::line2d< T > | [inline] |
operator+=(const vector2d< T > &point) | irr::core::line2d< T > | [inline] |
operator-(const vector2d< T > &point) const | irr::core::line2d< T > | [inline] |
operator-=(const vector2d< T > &point) | irr::core::line2d< T > | [inline] |
operator==(const line2d< T > &other) const | irr::core::line2d< T > | [inline] |
setLine(const T &xa, const T &ya, const T &xb, const T &yb) | irr::core::line2d< T > | [inline] |
setLine(const vector2d< T > &nstart, const vector2d< T > &nend) | irr::core::line2d< T > | [inline] |
setLine(const line2d< T > &line) | irr::core::line2d< T > | [inline] |
start | irr::core::line2d< T > | |