From ad79c703008394a360eb9875196a9414e1c84585 Mon Sep 17 00:00:00 2001
From: Bojidar Marinov
Date: Fri, 12 Jan 2018 00:38:35 +0200
Subject: Update docs
[ci skip]
---
modules/gridmap/doc_classes/GridMap.xml | 116 ++++++--------------------------
1 file changed, 20 insertions(+), 96 deletions(-)
(limited to 'modules/gridmap/doc_classes/GridMap.xml')
diff --git a/modules/gridmap/doc_classes/GridMap.xml b/modules/gridmap/doc_classes/GridMap.xml
index c30c6d77b..f81430418 100644
--- a/modules/gridmap/doc_classes/GridMap.xml
+++ b/modules/gridmap/doc_classes/GridMap.xml
@@ -67,34 +67,6 @@
The orientation of the cell at the grid-based X, Y and Z coordinates. -1 is retuned if the cell is empty.
-
-
-
-
- The dimensions of the grid's cells.
-
-
-
-
-
-
- Returns whether or not grid items are centered on the X axis.
-
-
-
-
-
-
- Returns whether or not grid items are centered on the Y axis.
-
-
-
-
-
-
- Returns whether or not grid items are centered on the Z axis.
-
-
@@ -118,20 +90,6 @@
Array of [Transform] and [Mesh] references corresponding to the non empty cells in the grid. The transforms are specified in world space.
-
-
-
-
- The size of each octant measured in number of cells. This applies to all three axis.
-
-
-
-
-
-
- The assigned [MeshLibrary].
-
-
@@ -188,42 +146,6 @@
Optionally, the item's orientation can be passed.
-
-
-
-
-
-
- Sets the height, width and depth of the grid's cells.
-
-
-
-
-
-
-
-
- Set grid items to be centered on the X axis. By default it is enabled.
-
-
-
-
-
-
-
-
- Set grid items to be centered on the Y axis. By default it is enabled.
-
-
-
-
-
-
-
-
- Set grid items to be centered on the Z axis. By default it is enabled.
-
-
@@ -258,24 +180,6 @@
-
-
-
-
-
-
- Sets the size for each octant measured in number of cells. This applies to all three axis.
-
-
-
-
-
-
-
-
- Sets the collection of meshes for the map.
-
-
@@ -286,10 +190,30 @@
+
+ If [code]true[/code] grid items are centered on the X axis.
+
+
+ If [code]true[/code] grid items are centered on the Y axis.
+
+
+ If [code]true[/code] grid items are centered on the Z axis.
+
+
+ The size of each octant measured in number of cells. This applies to all three axis.
+
+
+
+
+ The dimensions of the grid's cells.
+
+
+ The assigned [MeshLibrary].
+
--
cgit v1.3.1