latest version v1.9 - last update 10 Apr 2010 |
a position/direction vector type More...
#include <ltiLkTracker.h>
Public Member Functions | |
vec2d () | |
~vec2d () | |
Public Attributes | |
tpoint< float > | p |
tpoint< float > | d |
float | error |
a position/direction vector type
lti::lkTracker::vec2d::vec2d | ( | ) | [inline] |
Default constructor.
Intialize all members with 0.0f
lti::lkTracker::vec2d::~vec2d | ( | ) | [inline] |
default destructor
tpoint<float> lti::lkTracker::vec2d::d |
direction of the vector
error term
tpoint<float> lti::lkTracker::vec2d::p |
position of the origin of the vector