From e9617a8433d67e80dbb2c2dbfa8dfc45160e55ea Mon Sep 17 00:00:00 2001 From: grahamboree Date: Fri, 12 Apr 2024 15:54:40 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20recastna?= =?UTF-8?q?vigation/recastnavigation@c2a0d94d028b472691507936ab3a7c08c86c8?= =?UTF-8?q?3e6=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DetourNavMeshBuilder_8cpp.html | 10 +++++----- DetourNavMeshBuilder_8h.html | 10 +++++----- DetourNavMeshBuilder_8h_source.html | 4 ++-- DetourTileCacheBuilder_8cpp.html | 4 ++-- DetourTileCacheBuilder_8h.html | 4 ++-- DetourTileCacheBuilder_8h_source.html | 2 +- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/DetourNavMeshBuilder_8cpp.html b/DetourNavMeshBuilder_8cpp.html index 46f850e3..e63d08ae 100644 --- a/DetourNavMeshBuilder_8cpp.html +++ b/DetourNavMeshBuilder_8cpp.html @@ -131,10 +131,10 @@ Functions  Builds navigation mesh tile data from the provided tile creation data. More...
  bool dtNavMeshHeaderSwapEndian (unsigned char *data, const int) - Swaps the endianess of the tile data's header (dtMeshHeader). More...
+ Swaps the endianness of the tile data's header (dtMeshHeader). More...
  bool dtNavMeshDataSwapEndian (unsigned char *data, const int) - Swaps endianess of the tile data. More...
+ Swaps endianness of the tile data. More...
 

@@ -421,9 +421,9 @@ Variables

-

Swaps endianess of the tile data.

+

Swaps endianness of the tile data.

-
Warning
This function assumes that the header is in the correct endianess already. Call dtNavMeshHeaderSwapEndian() first on the data if the data is expected to be in wrong endianess to start with. Call dtNavMeshHeaderSwapEndian() after the data has been swapped if converting from native to foreign endianess.
+
Warning
This function assumes that the header is in the correct endianness already. Call dtNavMeshHeaderSwapEndian() first on the data if the data is expected to be in wrong endianness to start with. Call dtNavMeshHeaderSwapEndian() after the data has been swapped if converting from native to foreign endianness.
@@ -453,7 +453,7 @@ Variables
-

Swaps the endianess of the tile data's header (dtMeshHeader).

+

Swaps the endianness of the tile data's header (dtMeshHeader).

Parameters
diff --git a/DetourNavMeshBuilder_8h.html b/DetourNavMeshBuilder_8h.html index c3051ab3..851343e9 100644 --- a/DetourNavMeshBuilder_8h.html +++ b/DetourNavMeshBuilder_8h.html @@ -108,10 +108,10 @@ Functions - + - +
[in,out]dataThe tile data array.
 Builds navigation mesh tile data from the provided tile creation data. More...
 
bool dtNavMeshHeaderSwapEndian (unsigned char *data, const int dataSize)
 Swaps the endianess of the tile data's header (dtMeshHeader). More...
 Swaps the endianness of the tile data's header (dtMeshHeader). More...
 
bool dtNavMeshDataSwapEndian (unsigned char *data, const int dataSize)
 Swaps endianess of the tile data. More...
 Swaps endianness of the tile data. More...
 

Function Documentation

@@ -141,7 +141,7 @@ Functions
-

Swaps endianess of the tile data.

+

Swaps endianness of the tile data.

Parameters
@@ -150,7 +150,7 @@ Functions
-
Warning
This function assumes that the header is in the correct endianess already. Call dtNavMeshHeaderSwapEndian() first on the data if the data is expected to be in wrong endianess to start with. Call dtNavMeshHeaderSwapEndian() after the data has been swapped if converting from native to foreign endianess.
+
Warning
This function assumes that the header is in the correct endianness already. Call dtNavMeshHeaderSwapEndian() first on the data if the data is expected to be in wrong endianness to start with. Call dtNavMeshHeaderSwapEndian() after the data has been swapped if converting from native to foreign endianness.
@@ -180,7 +180,7 @@ Functions
[in,out]dataThe tile data array.
-

Swaps the endianess of the tile data's header (dtMeshHeader).

+

Swaps the endianness of the tile data's header (dtMeshHeader).

Parameters
diff --git a/DetourNavMeshBuilder_8h_source.html b/DetourNavMeshBuilder_8h_source.html index 7caf8f8b..4a9d67b3 100644 --- a/DetourNavMeshBuilder_8h_source.html +++ b/DetourNavMeshBuilder_8h_source.html @@ -171,8 +171,8 @@ $(document).ready(function(){initNavTree('DetourNavMeshBuilder_8h_source.html','
128 // a source file. It reduces clutter in the main section of the header.
129 
-
bool dtNavMeshDataSwapEndian(unsigned char *data, const int dataSize)
Swaps endianess of the tile data.
Definition: DetourNavMeshBuilder.cpp:712
-
bool dtNavMeshHeaderSwapEndian(unsigned char *data, const int dataSize)
Swaps the endianess of the tile data's header (dtMeshHeader).
Definition: DetourNavMeshBuilder.cpp:660
+
bool dtNavMeshDataSwapEndian(unsigned char *data, const int dataSize)
Swaps endianness of the tile data.
Definition: DetourNavMeshBuilder.cpp:712
+
bool dtNavMeshHeaderSwapEndian(unsigned char *data, const int dataSize)
Swaps the endianness of the tile data's header (dtMeshHeader).
Definition: DetourNavMeshBuilder.cpp:660
bool dtCreateNavMeshData(dtNavMeshCreateParams *params, unsigned char **outData, int *outDataSize)
Builds navigation mesh tile data from the provided tile creation data.
Definition: DetourNavMeshBuilder.cpp:280
Represents the source data used to build an navigation mesh tile.
Definition: DetourNavMeshBuilder.h:27
const unsigned short * verts
The polygon mesh vertices. [(x, y, z) * vertCount] [Unit: vx].
Definition: DetourNavMeshBuilder.h:34
diff --git a/DetourTileCacheBuilder_8cpp.html b/DetourTileCacheBuilder_8cpp.html index f598fd59..1f18ee7c 100644 --- a/DetourTileCacheBuilder_8cpp.html +++ b/DetourTileCacheBuilder_8cpp.html @@ -218,7 +218,7 @@ Functions - +
[in,out]dataThe tile data array.
dtStatus dtDecompressTileCacheLayer (dtTileCacheAlloc *alloc, dtTileCacheCompressor *comp, unsigned char *compressed, const int compressedSize, dtTileCacheLayer **layerOut)
 
bool dtTileCacheHeaderSwapEndian (unsigned char *data, const int dataSize)
 Swaps the endianess of the compressed tile data's header (dtTileCacheLayerHeader). More...
 Swaps the endianness of the compressed tile data's header (dtTileCacheLayerHeader). More...
 

@@ -1451,7 +1451,7 @@ Variables

-

Swaps the endianess of the compressed tile data's header (dtTileCacheLayerHeader).

+

Swaps the endianness of the compressed tile data's header (dtTileCacheLayerHeader).

Tile layer data does not need endian swapping as it consist only of bytes.

Parameters
diff --git a/DetourTileCacheBuilder_8h.html b/DetourTileCacheBuilder_8h.html index 508963ac..88bf6f22 100644 --- a/DetourTileCacheBuilder_8h.html +++ b/DetourTileCacheBuilder_8h.html @@ -144,7 +144,7 @@ Functions - +
[in,out]dataThe tile data array.
dtStatus dtBuildTileCachePolyMesh (dtTileCacheAlloc *alloc, dtTileCacheContourSet &lcset, dtTileCachePolyMesh &mesh)
 
bool dtTileCacheHeaderSwapEndian (unsigned char *data, const int dataSize)
 Swaps the endianess of the compressed tile data's header (dtTileCacheLayerHeader). More...
 Swaps the endianness of the compressed tile data's header (dtTileCacheLayerHeader). More...
 

@@ -712,7 +712,7 @@ Variables

-

Swaps the endianess of the compressed tile data's header (dtTileCacheLayerHeader).

+

Swaps the endianness of the compressed tile data's header (dtTileCacheLayerHeader).

Tile layer data does not need endian swapping as it consist only of bytes.

Parameters
diff --git a/DetourTileCacheBuilder_8h_source.html b/DetourTileCacheBuilder_8h_source.html index b8d98a8a..4f3e9922 100644 --- a/DetourTileCacheBuilder_8h_source.html +++ b/DetourTileCacheBuilder_8h_source.html @@ -264,7 +264,7 @@ $(document).ready(function(){initNavTree('DetourTileCacheBuilder_8h_source.html'
dtStatus dtBuildTileCacheRegions(dtTileCacheAlloc *alloc, dtTileCacheLayer &layer, const int walkableClimb)
Definition: DetourTileCacheBuilder.cpp:186
dtTileCachePolyMesh * dtAllocTileCachePolyMesh(dtTileCacheAlloc *alloc)
Definition: DetourTileCacheBuilder.cpp:86
static const unsigned short DT_TILECACHE_NULL_IDX
Definition: DetourTileCacheBuilder.h:30
-
bool dtTileCacheHeaderSwapEndian(unsigned char *data, const int dataSize)
Swaps the endianess of the compressed tile data's header (dtTileCacheLayerHeader).
Definition: DetourTileCacheBuilder.cpp:2223
+
bool dtTileCacheHeaderSwapEndian(unsigned char *data, const int dataSize)
Swaps the endianness of the compressed tile data's header (dtTileCacheLayerHeader).
Definition: DetourTileCacheBuilder.cpp:2223
Definition: DetourTileCacheBuilder.h:80
virtual void reset()
Definition: DetourTileCacheBuilder.h:83
virtual void * alloc(const size_t size)
Definition: DetourTileCacheBuilder.h:85
[in,out]dataThe tile data array.