modm API documentation
|
This is the complete list of members for modm::Line2D< T >, including all inherited members.
FloatType typedef (defined in modm::Line2D< T >) | modm::Line2D< T > | |
Line2D() | modm::Line2D< T > | |
Line2D(const Vector< T, 2 > &point, const Vector< T, 2 > &directionVector) | modm::Line2D< T > | |
WideType typedef (defined in modm::Line2D< T >) | modm::Line2D< T > | |
directionVector (defined in modm::Line2D< T >) | modm::Line2D< T > | protected |
getDirectionVector() const (defined in modm::Line2D< T >) | modm::Line2D< T > | inline |
getDistanceTo(const Vector< T, 2 > &point) const | modm::Line2D< T > | |
getIntersections(const Line2D &other, PointSet2D< T > &intersections) const | modm::Line2D< T > | |
getIntersections(const Circle2D< T > &circle, PointSet2D< T > &intersections) const | modm::Line2D< T > | |
getPoint() const (defined in modm::Line2D< T >) | modm::Line2D< T > | inline |
point (defined in modm::Line2D< T >) | modm::Line2D< T > | protected |
set(const Vector< T, 2 > &point, const Vector< T, 2 > &directionVector) (defined in modm::Line2D< T >) | modm::Line2D< T > | inline |
setDirectionVector(const Vector< T, 2 > &vector) (defined in modm::Line2D< T >) | modm::Line2D< T > | inline |
setPoint(const Vector< T, 2 > &point) (defined in modm::Line2D< T >) | modm::Line2D< T > | inline |