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

Update axis color code in documentation

parent b459adf2
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,8 @@ typedef double Color [4];
/// \param input configuration : Double[7] new configuration.
boolean applyConfiguration(in string nodeName, in Transform configuration) raises (Error);
/// Add Landmark at the center of a node (x=blue, y=green, z=red).
/// Add Landmark at the center of a node
/// The colors are x=red, y=green, z=blue (xyz=RGB).
/// \param input nodeName : name of the node
/// \param input size : lenght of axises.
boolean addLandmark(in string nodeName, in float size) raises (Error);
......
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