Main MRPT website > C++ reference for MRPT 1.4.0
List of all members | Public Member Functions | Public Attributes
mrpt::nav::TCPoint Struct Reference

Detailed Description

Trajectory points in C-Space.

See also
CParameterizedTrajectoryGenerator

Definition at line 31 of file CParameterizedTrajectoryGenerator.h.

#include <mrpt/nav/tpspace/CParameterizedTrajectoryGenerator.h>

Public Member Functions

 TCPoint ()
 
 TCPoint (const float x_, const float y_, const float phi_, const float t_, const float dist_, const float v_, const float w_)
 

Public Attributes

float x
 
float y
 
float phi
 
float t
 
float dist
 
float v
 
float w
 

Constructor & Destructor Documentation

◆ TCPoint() [1/2]

mrpt::nav::TCPoint::TCPoint ( )
inline

Definition at line 33 of file CParameterizedTrajectoryGenerator.h.

◆ TCPoint() [2/2]

mrpt::nav::TCPoint::TCPoint ( const float  x_,
const float  y_,
const float  phi_,
const float  t_,
const float  dist_,
const float  v_,
const float  w_ 
)
inline

Definition at line 34 of file CParameterizedTrajectoryGenerator.h.

Member Data Documentation

◆ dist

float mrpt::nav::TCPoint::dist

Definition at line 39 of file CParameterizedTrajectoryGenerator.h.

◆ phi

float mrpt::nav::TCPoint::phi

Definition at line 39 of file CParameterizedTrajectoryGenerator.h.

◆ t

float mrpt::nav::TCPoint::t

Definition at line 39 of file CParameterizedTrajectoryGenerator.h.

◆ v

float mrpt::nav::TCPoint::v

Definition at line 39 of file CParameterizedTrajectoryGenerator.h.

◆ w

float mrpt::nav::TCPoint::w

Definition at line 39 of file CParameterizedTrajectoryGenerator.h.

◆ x

float mrpt::nav::TCPoint::x

Definition at line 39 of file CParameterizedTrajectoryGenerator.h.

◆ y

float mrpt::nav::TCPoint::y

Definition at line 39 of file CParameterizedTrajectoryGenerator.h.




Page generated by Doxygen 1.9.2 for MRPT 1.4.0 SVN: at Mon Sep 20 00:21:41 UTC 2021