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...
|
| |
-
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
-
| [in,out] | data | The tile data array. |
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
| | 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...
|
| |
@@ -141,7 +141,7 @@ Functions
-
Swaps endianess of the tile data.
+
Swaps endianness of the tile data.
- Parameters
-
| [in,out] | data | The tile data array. |
@@ -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
-
Swaps the endianess of the tile data's header (dtMeshHeader).
+
Swaps the endianness of the tile data's header (dtMeshHeader).
- Parameters
-
| [in,out] | data | The tile data array. |
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','
-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
| 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...
|
| |
-
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
-
-
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
-
| [in,out] | data | The tile data array. |
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