From 7028cbe09c688437910a25623098762bf0fa592d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 22:28:34 +1000 Subject: Move Irrlicht to src/others. --- .../html/classirr_1_1core_1_1line2d-members.html | 147 +++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/classirr_1_1core_1_1line2d-members.html (limited to 'src/others/irrlicht-1.8.1/doc/html/classirr_1_1core_1_1line2d-members.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/classirr_1_1core_1_1line2d-members.html b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1core_1_1line2d-members.html new file mode 100644 index 0000000..912c5c8 --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1core_1_1line2d-members.html @@ -0,0 +1,147 @@ + + + + +Irrlicht 3D Engine: Member List + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+
+
irr::core::line2d< T > Member List
+
+
+This is the complete list of members for irr::core::line2d< T >, including all inherited members. + + + + + + + + + + + + + + + + + + + + + + + + + + + +
endirr::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) constirr::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]
startirr::core::line2d< T >
+
+ + + + + -- cgit v1.1