Home
last modified time | relevance | path

Searched defs:rcCompactHeightfield (Results 1 – 7 of 7) sorted by relevance

/dports/devel/godot/godot-3.2.3-stable/thirdparty/recastnavigation/Recast/Include/
H A DRecast.h333 struct rcCompactHeightfield struct
337 int width; ///< The width of the heightfield. (Along the x-axis in cell units.)
338 int height; ///< The height of the heightfield. (Along the z-axis in cell units.)
339 int spanCount; ///< The number of spans in the heightfield.
344 unsigned short maxRegions; ///< The maximum region id of any span within the field.
345 float bmin[3]; ///< The minimum bounds in world space. [(x, y, z)]
346 float bmax[3]; ///< The maximum bounds in world space. [(x, y, z)]
347 float cs; ///< The size of each cell. (On the xz-plane.)
349 rcCompactCell* cells; ///< Array of cells. [Size: #width*#height]
350 rcCompactSpan* spans; ///< Array of spans. [Size: #spanCount]
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Recast/include/
H A DRecast.h305 struct rcCompactHeightfield struct
307 int width; ///< The width of the heightfield. (Along the x-axis in cell units.)
308 int height; ///< The height of the heightfield. (Along the z-axis in cell units.)
309 int spanCount; ///< The number of spans in the heightfield.
314 unsigned short maxRegions; ///< The maximum region id of any span within the field.
315 float bmin[3]; ///< The minimum bounds in world space. [(x, y, z)]
316 float bmax[3]; ///< The maximum bounds in world space. [(x, y, z)]
317 float cs; ///< The size of each cell. (On the xz-plane.)
319 rcCompactCell* cells; ///< Array of cells. [Size: #width*#height]
320 rcCompactSpan* spans; ///< Array of spans. [Size: #spanCount]
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/recastnavigation/Recast/Include/
H A DRecast.h333 struct rcCompactHeightfield struct
337 int width; ///< The width of the heightfield. (Along the x-axis in cell units.)
338 int height; ///< The height of the heightfield. (Along the z-axis in cell units.)
339 int spanCount; ///< The number of spans in the heightfield.
344 unsigned short maxRegions; ///< The maximum region id of any span within the field.
345 float bmin[3]; ///< The minimum bounds in world space. [(x, y, z)]
346 float bmax[3]; ///< The maximum bounds in world space. [(x, y, z)]
347 float cs; ///< The size of each cell. (On the xz-plane.)
349 rcCompactCell* cells; ///< Array of cells. [Size: #width*#height]
350 rcCompactSpan* spans; ///< Array of spans. [Size: #spanCount]
[all …]
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/Recast/Include/
H A DRecast.h333 struct rcCompactHeightfield struct
337 int width; ///< The width of the heightfield. (Along the x-axis in cell units.)
338 int height; ///< The height of the heightfield. (Along the z-axis in cell units.)
339 int spanCount; ///< The number of spans in the heightfield.
344 unsigned short maxRegions; ///< The maximum region id of any span within the field.
345 float bmin[3]; ///< The minimum bounds in world space. [(x, y, z)]
346 float bmax[3]; ///< The maximum bounds in world space. [(x, y, z)]
347 float cs; ///< The size of each cell. (On the xz-plane.)
349 rcCompactCell* cells; ///< Array of cells. [Size: #width*#height]
350 rcCompactSpan* spans; ///< Array of spans. [Size: #spanCount]
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/recastnavigation/Recast/Source/
H A DRecast.cpp142 rcCompactHeightfield::rcCompactHeightfield() in rcCompactHeightfield() function in rcCompactHeightfield
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/recastnavigation/Recast/Source/
H A DRecast.cpp142 rcCompactHeightfield::rcCompactHeightfield() in rcCompactHeightfield() function in rcCompactHeightfield
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/Recast/Source/
H A DRecast.cpp142 rcCompactHeightfield::rcCompactHeightfield() in rcCompactHeightfield() function in rcCompactHeightfield