forked from ENSTABretagneRobotics/VIBES
-
Notifications
You must be signed in to change notification settings - Fork 0
API C
Vincent Drevelle edited this page Mar 17, 2014
·
1 revision
All functions reside in the vibes namespace. They do not return a value (void return type).
connect()connect(fileName:string)disconnect()
figure(<name:string>)clear(<figureName:string>)saveImage(<fileName:string>, <figureName:string>)
axisAuto(<params>)axisLimits(x_min, x_max, y_min, y_max, <params>)
drawBox(x_inf, x_sup, y_inf, y_sup, <params>)drawEllipse(x_center, y_center, a, b, angle, <params>)drawConfidenceEllipse(x_center, y_center, S_xx, S_xy, S_yy, nb_sigma, <params>)drawCircle(x_center, y_center, radius, <params>)