Skip to content
Snippets Groups Projects
Commit c54fea45 authored by Joseph Mirabel's avatar Joseph Mirabel
Browse files

[Minor] Fix documentation.

parent e3e3a113
No related branches found
No related tags found
No related merge requests found
...@@ -209,13 +209,13 @@ typedef sequence<Transform> TransformSeq; ...@@ -209,13 +209,13 @@ typedef sequence<Transform> TransformSeq;
boolean addTriangleFace(in string faceName, in Position pos1, in Position pos2, in Position pos3, in Color RGBAcolor) raises (Error); boolean addTriangleFace(in string faceName, in Position pos1, in Position pos2, in Position pos3, in Color RGBAcolor) raises (Error);
// Add a sphere with xyz axis // Add a sphere with xyz axis
// The colors are x=red, y=green, z=blue (xyz=RGB) // The colors are x=red, y=green, z=blue (xyz=RGB)
// \param nodeName : name of the node // \param nodeName : name of the node
// \param RGBAcolor : color of the sphere // \param RGBAcolor : color of the sphere
// \param radius : radius of the sphere // \param radius : radius of the sphere
// \param sizeAxis : size of the axis (proportionnaly to the sphere radius, size axis = 1 -> axis are radius*4 in length and radius/4 in radius) // \param sizeAxis : size of the axis
boolean addXYZaxis(in string nodeName, in Color RGBAcolor,in float radius,in float sizeAxis) raises(Error); boolean addXYZaxis(in string nodeName, in Color RGBAcolor,in float radius,in float sizeAxis) raises(Error);
// Add an empty roadmap to the scene // Add an empty roadmap to the scene
// \param nameCorba : name of the roadmap // \param nameCorba : name of the roadmap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment