Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
AprilTags::GLine2D Class ReferenceA 2D line. More...
Detailed DescriptionA 2D line. Definition at line 15 of file GLine2D.h.
Constructor & Destructor Documentation
Create a new line. Definition at line 7 of file GLine2D.cc. Create a new line. Definition at line 10 of file GLine2D.cc.
Create a new line through two points. Definition at line 13 of file GLine2D.cc. Member Function Documentation
Definition at line 57 of file GLine2D.h. Referenced by intersectionWith().
Definition at line 58 of file GLine2D.h. Referenced by intersectionWith().
Definition at line 59 of file GLine2D.h. Referenced by intersectionWith(). Get the coordinate of a point (on this line), with zero corresponding to the point on the that is perpendicular toa line passing through the origin and the line. Definition at line 16 of file GLine2D.cc. The inverse of getLineCoordinate. Definition at line 21 of file GLine2D.cc.
Definition at line 60 of file GLine2D.h. Referenced by intersectionWith(). Compute the point where two lines intersect, or (-1,0) if the lines are parallel. Definition at line 26 of file GLine2D.cc. Referenced by AprilTags::TagDetector::extractTags(), and AprilTags::Quad::search(). Definition at line 53 of file GLine2D.cc.
Definition at line 97 of file GLine2D.cc. Referenced by getPointOfCoordinate().
Definition at line 88 of file GLine2D.cc. Referenced by getLineCoordinate(), and normalizeP(). Member Data Documentation
Definition at line 70 of file GLine2D.h. Referenced by normalizeP().
Definition at line 69 of file GLine2D.h. Referenced by normalizeSlope().
Definition at line 67 of file GLine2D.h. Referenced by getDx(), getLineCoordinate(), getPointOfCoordinate(), intersectionWith(), normalizeP(), and normalizeSlope().
Definition at line 67 of file GLine2D.h. Referenced by getDy(), getLineCoordinate(), getPointOfCoordinate(), intersectionWith(), normalizeP(), and normalizeSlope().
A point the line passes through; when normalized, it is the point closest to the origin (hence perpendicular to the line). Definition at line 68 of file GLine2D.h. Referenced by getPointOfCoordinate(), intersectionWith(), and normalizeP(). The documentation for this class was generated from the following files: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:19 2016 by Doxygen 1.6.3 |