Jimcpp 2.1.0
Jimcpp is a high-performance c++ graphics engine.
|
This is the complete list of members for jpp::core::line3d< T >, including all inherited members.
end | jpp::core::line3d< T > | |
getClosestPoint(const vector3d< T > &point) const | jpp::core::line3d< T > | inline |
getIntersectionWithSphere(const vector3d< T > &sorigin, T sradius, f64 &outdistance) const | jpp::core::line3d< T > | inline |
getLength() const | jpp::core::line3d< T > | inline |
getLengthSQ() const | jpp::core::line3d< T > | inline |
getMiddle() const | jpp::core::line3d< T > | inline |
getVector() const | jpp::core::line3d< T > | inline |
isPointBetweenStartAndEnd(const vector3d< T > &point) const | jpp::core::line3d< T > | inline |
line3d() | jpp::core::line3d< T > | inline |
line3d(T xa, T ya, T za, T xb, T yb, T zb) | jpp::core::line3d< T > | inline |
line3d(const vector3d< T > &start, const vector3d< T > &end) | jpp::core::line3d< T > | inline |
operator!=(const line3d< T > &other) const (defined in jpp::core::line3d< T >) | jpp::core::line3d< T > | inline |
operator+(const vector3d< T > &point) const (defined in jpp::core::line3d< T >) | jpp::core::line3d< T > | inline |
operator+=(const vector3d< T > &point) (defined in jpp::core::line3d< T >) | jpp::core::line3d< T > | inline |
operator-(const vector3d< T > &point) const (defined in jpp::core::line3d< T >) | jpp::core::line3d< T > | inline |
operator-=(const vector3d< T > &point) (defined in jpp::core::line3d< T >) | jpp::core::line3d< T > | inline |
operator==(const line3d< T > &other) const (defined in jpp::core::line3d< T >) | jpp::core::line3d< T > | inline |
setLine(const T &xa, const T &ya, const T &za, const T &xb, const T &yb, const T &zb) | jpp::core::line3d< T > | inline |
setLine(const vector3d< T > &nstart, const vector3d< T > &nend) | jpp::core::line3d< T > | inline |
setLine(const line3d< T > &line) | jpp::core::line3d< T > | inline |
start | jpp::core::line3d< T > |