libmove3d  3.13.0
Public Member Functions | Public Attributes
gpVector3D Class Reference

#include <graspPlanning.h>

List of all members.

Public Member Functions

 gpVector3D (double x0, double y0, double z0)
double operator[] (unsigned int i) const
double & operator[] (unsigned int i)
bool operator< (const gpVector3D &vector3D)
bool operator> (const gpVector3D &vector3D)
int set (double x0, double y0, double z0)
void draw (double red, double green, double blue)
void print ()

Public Attributes

double x
double y
double z
double cost

Detailed Description

A basic class of 3D vectors (that can be used in STL containers unlike p3d_vector3 ^_°).


Member Data Documentation

a cost can be used to sort a list of gpVector3Ds

double gpVector3D::z

point coordinates


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines