Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

Kinematics::InterestPoint Struct Reference

#include <Kinematics.h>

List of all members.


Detailed Description

holds the position and attached link of a given interest point

Definition at line 310 of file Kinematics.h.

Public Member Functions

 InterestPoint ()
 constructor
 InterestPoint (float x_, float y_, float z_, unsigned int chain_, unsigned int link_)
 constructor

Public Attributes

float x
 x value
float y
 y value
float z
 z value
unsigned int chain
 chain containing link
int link
 link in chain


Constructor & Destructor Documentation

Kinematics::InterestPoint::InterestPoint  )  [inline]
 

constructor

Definition at line 311 of file Kinematics.h.

Kinematics::InterestPoint::InterestPoint float  x_,
float  y_,
float  z_,
unsigned int  chain_,
unsigned int  link_
[inline]
 

constructor

Definition at line 312 of file Kinematics.h.


Member Data Documentation

unsigned int Kinematics::InterestPoint::chain
 

chain containing link

Definition at line 317 of file Kinematics.h.

int Kinematics::InterestPoint::link
 

link in chain

Definition at line 318 of file Kinematics.h.

float Kinematics::InterestPoint::x
 

x value

Definition at line 314 of file Kinematics.h.

float Kinematics::InterestPoint::y
 

y value

Definition at line 315 of file Kinematics.h.

float Kinematics::InterestPoint::z
 

z value

Definition at line 316 of file Kinematics.h.


The documentation for this struct was generated from the following file:

Tekkotsu v2.4.1
Generated Tue Aug 16 16:35:03 2005 by Doxygen 1.4.4