graphicalmarkers.h
Go to the documentation of this file.
60 CircularGraphicalMarker(real radius, World* world, QString name = "unamed", const wMatrix& tm = wMatrix::identity());
109 PlanarArrowGraphicalMarker(real arrowLength, real arrowTailWidth, real arrowHeadWidth, real arrowTailPortion, World* world, QString name = "unamed", const wMatrix& tm = wMatrix::identity());
A graphical object displaying a circle.
Definition: graphicalmarkers.h:47
An helper class to draw stuffs in the world.
Definition: graphicalwobject.h:48
float real
A graphical object displaying a planar arrow.
Definition: graphicalmarkers.h:92