Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
gdhe.tcl
00001 # $Id$ #
00002 
00003 #
00004 #/** GDHE macro to draw landmarks. \file gdhe.tcl  \ingroup slam */
00005 #
00006 
00007 namespace eval slam {
00008 
00009     proc drawPoint {r g b {id -1} {radius 0.10}} {
00010   color $r $g $b
00011   if {$id != -1} {
00012       drawString 0 0 0.2 "$id"
00013   }
00014   sphere 0 0 0 $radius
00015     }
00016 
00017 }
00018 
00019 package provide slam 2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:17 for Jafar by doxygen 1.7.6.1
LAAS-CNRS