Index

A B C D E F G H I L M N O P R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values

A

add(float[], float[], float[], int) - Static method in class org.recast4j.recast.RecastVectors
 
addConvexVolume(float[], float, float, AreaModification) - Method in class org.recast4j.recast.geom.SimpleInputGeomProvider
 
addSpan(Heightfield, int, int, int, int, int, int) - Static method in class org.recast4j.recast.RecastRasterization
Adds a span to the heightfield.
apply(int) - Method in class org.recast4j.recast.AreaModification
 
area - Variable in class org.recast4j.recast.Contour
The region id of the contour.
area - Variable in class org.recast4j.recast.Span
The area id assigned to the span.
areaMod - Variable in class org.recast4j.recast.ConvexVolume
 
AreaModification - Class in org.recast4j.recast
 
AreaModification(int) - Constructor for class org.recast4j.recast.AreaModification
Mask is set to all available bits, which means value is fully applied
AreaModification(int, int) - Constructor for class org.recast4j.recast.AreaModification
 
AreaModification(AreaModification) - Constructor for class org.recast4j.recast.AreaModification
 
areas - Variable in class org.recast4j.recast.CompactHeightfield
Array containing area id data.
areas - Variable in class org.recast4j.recast.HeightfieldLayerSet.HeightfieldLayer
 
areas - Variable in class org.recast4j.recast.PolyMesh
The area id assigned to each polygon.

B

bmax - Variable in class org.recast4j.recast.CompactHeightfield
The maximum bounds in world space.
bmax - Variable in class org.recast4j.recast.Heightfield
The maximum bounds in world space.
bmax - Variable in class org.recast4j.recast.HeightfieldLayerSet.HeightfieldLayer
 
bmax - Variable in class org.recast4j.recast.PolyMesh
The maximum bounds in world space.
bmax - Variable in class org.recast4j.recast.RecastBuilderConfig
The maximum bounds of the field's AABB.
bmin - Variable in class org.recast4j.recast.CompactHeightfield
The minimum bounds in world space.
bmin - Variable in class org.recast4j.recast.ContourSet
The minimum bounds in world space.
bmin - Variable in class org.recast4j.recast.Heightfield
The minimum bounds in world space.
bmin - Variable in class org.recast4j.recast.HeightfieldLayerSet.HeightfieldLayer
 
bmin - Variable in class org.recast4j.recast.PolyMesh
The minimum bounds in world space.
bmin - Variable in class org.recast4j.recast.RecastBuilderConfig
The minimum bounds of the field's AABB.
borderSize - Variable in class org.recast4j.recast.CompactHeightfield
The AABB border size used during the build of the field.
borderSize - Variable in class org.recast4j.recast.ContourSet
The AABB border size used to generate the source data from which the contours were derived.
borderSize - Variable in class org.recast4j.recast.Heightfield
Border size in cell units
borderSize - Variable in class org.recast4j.recast.PolyMesh
The AABB border size used to generate the source data from which the mesh was derived.
borderSize - Variable in class org.recast4j.recast.RecastConfig
The size of the non-navigable border around the heightfield.
build(int, int, ConvexVolumeProvider, RecastConfig, Heightfield, Telemetry) - Method in class org.recast4j.recast.RecastBuilder
 
build(InputGeomProvider, RecastBuilderConfig) - Method in class org.recast4j.recast.RecastBuilder
 
buildCompactHeightfield(Telemetry, int, int, Heightfield) - Static method in class org.recast4j.recast.RecastCompact
 
buildContours(Telemetry, CompactHeightfield, float, int, int) - Static method in class org.recast4j.recast.RecastContour
 
buildDistanceField(Telemetry, CompactHeightfield) - Static method in class org.recast4j.recast.RecastRegion
 
buildHeightfieldLayers(Telemetry, CompactHeightfield, int) - Static method in class org.recast4j.recast.RecastLayers
 
buildLayerRegions(Telemetry, CompactHeightfield, int) - Static method in class org.recast4j.recast.RecastRegion
 
buildLayers(InputGeomProvider, RecastBuilderConfig) - Method in class org.recast4j.recast.RecastBuilder
 
buildMeshDetail - Variable in class org.recast4j.recast.RecastConfig
Set to false to disable building detailed mesh
buildPolyMesh(Telemetry, ContourSet, int) - Static method in class org.recast4j.recast.RecastMesh
 
buildPolyMeshDetail(Telemetry, PolyMesh, CompactHeightfield, float, float) - Static method in class org.recast4j.recast.RecastMeshDetail
 
buildRegions(Telemetry, CompactHeightfield, int, int) - Static method in class org.recast4j.recast.RecastRegion
 
buildRegionsMonotone(Telemetry, CompactHeightfield, int, int) - Static method in class org.recast4j.recast.RecastRegion
 
buildSolidHeightfield(InputGeomProvider, RecastBuilderConfig, Telemetry) - Static method in class org.recast4j.recast.RecastVoxelization
 
buildTiles(InputGeomProvider, RecastConfig, Optional<Executor>) - Method in class org.recast4j.recast.RecastBuilder
 

C

calcBorder(float, float) - Static method in class org.recast4j.recast.RecastConfig
 
calcGridSize(float[], float[], float) - Static method in class org.recast4j.recast.Recast
 
calcTileCount(float[], float[], float, int, int) - Static method in class org.recast4j.recast.Recast
 
calculateDistanceField(CompactHeightfield, int[]) - Static method in class org.recast4j.recast.RecastRegion
 
calculateNormals() - Method in class org.recast4j.recast.geom.SimpleInputGeomProvider
 
cells - Variable in class org.recast4j.recast.CompactHeightfield
Array of cells.
cfg - Variable in class org.recast4j.recast.RecastBuilderConfig
 
ch - Variable in class org.recast4j.recast.CompactHeightfield
The height of each cell.
ch - Variable in class org.recast4j.recast.ContourSet
The height of each cell.
ch - Variable in class org.recast4j.recast.Heightfield
The height of each cell.
ch - Variable in class org.recast4j.recast.HeightfieldLayerSet.HeightfieldLayer
 
ch - Variable in class org.recast4j.recast.PolyMesh
The height of each cell.
ch - Variable in class org.recast4j.recast.RecastConfig
The y-axis cell size to use for fields.
ChunkyTriMesh - Class in org.recast4j.recast.geom
 
ChunkyTriMesh(float[], int[], int, int) - Constructor for class org.recast4j.recast.geom.ChunkyTriMesh
 
ChunkyTriMesh.ChunkyTriMeshNode - Class in org.recast4j.recast.geom
 
ChunkyTriMeshNode() - Constructor for class org.recast4j.recast.geom.ChunkyTriMesh.ChunkyTriMeshNode
 
clamp(float, float, float) - Static method in class org.recast4j.recast.RecastFilledVolumeRasterization
 
clamp(int, int, int) - Static method in class org.recast4j.recast.RecastCommon
 
clearUnwalkableTriangles(Telemetry, float, float[], int, int[], int, int[]) - Static method in class org.recast4j.recast.Recast
 
CompactCell - Class in org.recast4j.recast
Provides information on the content of a cell column in a compact heightfield.
CompactCell() - Constructor for class org.recast4j.recast.CompactCell
 
CompactHeightfield - Class in org.recast4j.recast
A compact, static heightfield representing unobstructed space.
CompactHeightfield() - Constructor for class org.recast4j.recast.CompactHeightfield
 
CompactSpan - Class in org.recast4j.recast
Represents a span of unobstructed space within a compact heightfield.
CompactSpan() - Constructor for class org.recast4j.recast.CompactSpan
 
con - Variable in class org.recast4j.recast.CompactSpan
Packed neighbor connection data.
cons - Variable in class org.recast4j.recast.HeightfieldLayerSet.HeightfieldLayer
 
Contour - Class in org.recast4j.recast
Represents a simple, non-overlapping contour in field space.
Contour() - Constructor for class org.recast4j.recast.Contour
 
ContourSet - Class in org.recast4j.recast
Represents a group of related contours.
ContourSet() - Constructor for class org.recast4j.recast.ContourSet
 
conts - Variable in class org.recast4j.recast.ContourSet
A list of the contours in the set.
ConvexVolume - Class in org.recast4j.recast
 
ConvexVolume() - Constructor for class org.recast4j.recast.ConvexVolume
 
ConvexVolumeProvider - Interface in org.recast4j.recast.geom
 
convexVolumes() - Method in interface org.recast4j.recast.geom.ConvexVolumeProvider
 
convexVolumes() - Method in class org.recast4j.recast.geom.SimpleInputGeomProvider
 
convexVolumes() - Method in class org.recast4j.recast.geom.SingleTrimeshInputGeomProvider
 
copy(float[], float[]) - Static method in class org.recast4j.recast.RecastVectors
 
copy(float[], float[], int) - Static method in class org.recast4j.recast.RecastVectors
 
copy(float[], int, float[], int) - Static method in class org.recast4j.recast.RecastVectors
 
copyPolyMesh(Telemetry, PolyMesh) - Static method in class org.recast4j.recast.RecastMesh
 
count - Variable in class org.recast4j.recast.CompactCell
Number of spans in the column.
cross(float[], float[], float[]) - Static method in class org.recast4j.recast.RecastVectors
 
cs - Variable in class org.recast4j.recast.CompactHeightfield
The size of each cell.
cs - Variable in class org.recast4j.recast.ContourSet
The size of each cell.
cs - Variable in class org.recast4j.recast.Heightfield
The size of each cell.
cs - Variable in class org.recast4j.recast.HeightfieldLayerSet.HeightfieldLayer
 
cs - Variable in class org.recast4j.recast.PolyMesh
The size of each cell.
cs - Variable in class org.recast4j.recast.RecastConfig
The xz-plane cell size to use for fields.

D

detailSampleDist - Variable in class org.recast4j.recast.RecastConfig
Sets the sampling distance to use when generating the detail mesh.
detailSampleMaxError - Variable in class org.recast4j.recast.RecastConfig
The maximum distance the detail mesh surface should deviate from heightfield data.
dist - Variable in class org.recast4j.recast.CompactHeightfield
Array containing border distance data.
dot(float[], float[]) - Static method in class org.recast4j.recast.RecastVectors
 

E

erodeWalkableArea(Telemetry, int, CompactHeightfield) - Static method in class org.recast4j.recast.RecastArea
 

F

faces - Variable in class org.recast4j.recast.geom.SimpleInputGeomProvider
 
filterLedgeSpans - Variable in class org.recast4j.recast.RecastConfig
 
filterLedgeSpans(Telemetry, int, int, Heightfield) - Static method in class org.recast4j.recast.RecastFilter
 
filterLowHangingObstacles - Variable in class org.recast4j.recast.RecastConfig
 
filterLowHangingWalkableObstacles(Telemetry, int, Heightfield) - Static method in class org.recast4j.recast.RecastFilter
 
filterWalkableLowHeightSpans - Variable in class org.recast4j.recast.RecastConfig
 
filterWalkableLowHeightSpans(Telemetry, int, Heightfield) - Static method in class org.recast4j.recast.RecastFilter
 
flags - Variable in class org.recast4j.recast.PolyMesh
The user defined flags for each polygon.

G

getChunksOverlappingRect(float[], float[]) - Method in class org.recast4j.recast.geom.ChunkyTriMesh
 
getChunksOverlappingRect(float[], float[]) - Method in class org.recast4j.recast.geom.TriMesh
 
getCompactHeightfield() - Method in class org.recast4j.recast.RecastBuilder.RecastBuilderResult
 
getContourSet() - Method in class org.recast4j.recast.RecastBuilder.RecastBuilderResult
 
getMaskedValue() - Method in class org.recast4j.recast.AreaModification
 
getMesh() - Method in class org.recast4j.recast.RecastBuilder.RecastBuilderResult
 
getMeshBoundsMax() - Method in interface org.recast4j.recast.geom.InputGeomProvider
 
getMeshBoundsMax() - Method in class org.recast4j.recast.geom.SimpleInputGeomProvider
 
getMeshBoundsMax() - Method in class org.recast4j.recast.geom.SingleTrimeshInputGeomProvider
 
getMeshBoundsMin() - Method in interface org.recast4j.recast.geom.InputGeomProvider
 
getMeshBoundsMin() - Method in class org.recast4j.recast.geom.SimpleInputGeomProvider
 
getMeshBoundsMin() - Method in class org.recast4j.recast.geom.SingleTrimeshInputGeomProvider
 
getMeshDetail() - Method in class org.recast4j.recast.RecastBuilder.RecastBuilderResult
 
getSolidHeightfield() - Method in class org.recast4j.recast.RecastBuilder.RecastBuilderResult
 
getTelemetry() - Method in class org.recast4j.recast.RecastBuilder.RecastBuilderResult
 
getTris() - Method in class org.recast4j.recast.geom.TriMesh
 
getVerts() - Method in class org.recast4j.recast.geom.TriMesh
 

H

h - Variable in class org.recast4j.recast.CompactSpan
The height of the span.
height - Variable in class org.recast4j.recast.CompactHeightfield
The height of the heightfield.
height - Variable in class org.recast4j.recast.ContourSet
The height of the set.
height - Variable in class org.recast4j.recast.Heightfield
The height of the heightfield.
height - Variable in class org.recast4j.recast.HeightfieldLayerSet.HeightfieldLayer
 
height - Variable in class org.recast4j.recast.RecastBuilderConfig
The height of the field along the z-axis.
Heightfield - Class in org.recast4j.recast
Represents a heightfield layer within a layer set.
Heightfield(int, int, float[], float[], float, float, int) - Constructor for class org.recast4j.recast.Heightfield
 
HeightfieldLayer() - Constructor for class org.recast4j.recast.HeightfieldLayerSet.HeightfieldLayer
 
HeightfieldLayerSet - Class in org.recast4j.recast
 
HeightfieldLayerSet() - Constructor for class org.recast4j.recast.HeightfieldLayerSet
 
HeightfieldLayerSet.HeightfieldLayer - Class in org.recast4j.recast
 
heights - Variable in class org.recast4j.recast.HeightfieldLayerSet.HeightfieldLayer
 
hmax - Variable in class org.recast4j.recast.ConvexVolume
 
hmax - Variable in class org.recast4j.recast.HeightfieldLayerSet.HeightfieldLayer
 
hmin - Variable in class org.recast4j.recast.ConvexVolume
 
hmin - Variable in class org.recast4j.recast.HeightfieldLayerSet.HeightfieldLayer
 

I

index - Variable in class org.recast4j.recast.CompactCell
Index to the first span in the column.
InputGeomProvider - Interface in org.recast4j.recast.geom
 
InputGeomReader - Class in org.recast4j.recast
 
InputGeomReader() - Constructor for class org.recast4j.recast.InputGeomReader
 

L

layers - Variable in class org.recast4j.recast.HeightfieldLayerSet
 
LAYERS - Enum constant in enum class org.recast4j.recast.RecastConstants.PartitionType
 

M

markBoxArea(Telemetry, float[], float[], AreaModification, CompactHeightfield) - Method in class org.recast4j.recast.RecastArea
 
markConvexPolyArea(Telemetry, float[], float, float, AreaModification, CompactHeightfield) - Static method in class org.recast4j.recast.RecastArea
 
markCylinderArea(Telemetry, float[], float, float, AreaModification, CompactHeightfield) - Method in class org.recast4j.recast.RecastArea
 
markWalkableTriangles(Telemetry, float, float[], int[], int, AreaModification) - Static method in class org.recast4j.recast.Recast
 
max(float[], float[], int) - Static method in class org.recast4j.recast.RecastVectors
 
maxDistance - Variable in class org.recast4j.recast.CompactHeightfield
The maximum distance value of any span within the field.
maxEdgeError - Variable in class org.recast4j.recast.PolyMesh
The max error of the polygon edges in the mesh.
maxEdgeLen - Variable in class org.recast4j.recast.RecastConfig
The maximum allowed length for contour edges along the border of the mesh.
maxEdgeLenWorld - Variable in class org.recast4j.recast.RecastConfig
 
maxError - Variable in class org.recast4j.recast.ContourSet
The max edge error that this contour set was simplified with.
maxpolys - Variable in class org.recast4j.recast.PolyMesh
The number of allocated polygons.
maxRegions - Variable in class org.recast4j.recast.CompactHeightfield
The maximum region id of any span within the field.
maxSimplificationError - Variable in class org.recast4j.recast.RecastConfig
The maximum distance a simplfied contour's border edges should deviate the original raw contour.
maxVertsPerPoly - Variable in class org.recast4j.recast.RecastConfig
The maximum number of vertices allowed for polygons generated during the contour to polygon conversion process.
maxx - Variable in class org.recast4j.recast.HeightfieldLayerSet.HeightfieldLayer
 
maxy - Variable in class org.recast4j.recast.HeightfieldLayerSet.HeightfieldLayer
 
medianFilterWalkableArea(Telemetry, CompactHeightfield) - Method in class org.recast4j.recast.RecastArea
 
mergePolyMeshes(Telemetry, PolyMesh[], int) - Static method in class org.recast4j.recast.RecastMesh
 
mergeRegionArea - Variable in class org.recast4j.recast.RecastConfig
Any regions with a span count smaller than this value will, if possible, be merged with larger regions.
mergeRegionAreaWorld - Variable in class org.recast4j.recast.RecastConfig
 
meshes - Variable in class org.recast4j.recast.PolyMeshDetail
The sub-mesh data.
meshes() - Method in interface org.recast4j.recast.geom.InputGeomProvider
 
meshes() - Method in class org.recast4j.recast.geom.SimpleInputGeomProvider
 
meshes() - Method in class org.recast4j.recast.geom.SingleTrimeshInputGeomProvider
 
min(float[], float[], int) - Static method in class org.recast4j.recast.RecastVectors
 
minRegionArea - Variable in class org.recast4j.recast.RecastConfig
The minimum number of cells allowed to form isolated island areas.
minRegionAreaWorld - Variable in class org.recast4j.recast.RecastConfig
Set of original settings passed in world units
minx - Variable in class org.recast4j.recast.HeightfieldLayerSet.HeightfieldLayer
 
miny - Variable in class org.recast4j.recast.HeightfieldLayerSet.HeightfieldLayer
 
MONOTONE - Enum constant in enum class org.recast4j.recast.RecastConstants.PartitionType
 

N

next - Variable in class org.recast4j.recast.Span
The next span higher up in column.
nmeshes - Variable in class org.recast4j.recast.PolyMeshDetail
The number of sub-meshes defined by #meshes.
normalize(float[]) - Static method in class org.recast4j.recast.RecastVectors
 
normals - Variable in class org.recast4j.recast.geom.SimpleInputGeomProvider
 
npolys - Variable in class org.recast4j.recast.PolyMesh
The number of polygons.
nrverts - Variable in class org.recast4j.recast.Contour
The number of vertices in the raw contour.
ntris - Variable in class org.recast4j.recast.PolyMeshDetail
The number of triangles in #tris.
nverts - Variable in class org.recast4j.recast.Contour
The number of vertices in the simplified contour.
nverts - Variable in class org.recast4j.recast.PolyMesh
The number of vertices.
nverts - Variable in class org.recast4j.recast.PolyMeshDetail
The number of vertices in #verts.
nvp - Variable in class org.recast4j.recast.PolyMesh
The maximum number of vertices per polygon.

O

onProgress(int, int) - Method in interface org.recast4j.recast.RecastBuilder.RecastBuilderProgressListener
 
org.recast4j.recast - package org.recast4j.recast
 
org.recast4j.recast.geom - package org.recast4j.recast.geom
 

P

partitionType - Variable in class org.recast4j.recast.RecastConfig
 
PolyMesh - Class in org.recast4j.recast
Represents a polygon mesh suitable for use in building a navigation mesh.
PolyMesh() - Constructor for class org.recast4j.recast.PolyMesh
 
PolyMeshDetail - Class in org.recast4j.recast
Contains triangle meshes that represent detailed height data associated with the polygons in its associated polygon mesh object.
PolyMeshDetail() - Constructor for class org.recast4j.recast.PolyMeshDetail
 
polys - Variable in class org.recast4j.recast.PolyMesh
Polygon and neighbor data.
print() - Method in class org.recast4j.recast.Telemetry
 

R

rasterizeBox(Heightfield, float[], float[][], int, int, Telemetry) - Static method in class org.recast4j.recast.RecastFilledVolumeRasterization
 
rasterizeCapsule(Heightfield, float[], float[], float, int, int, Telemetry) - Static method in class org.recast4j.recast.RecastFilledVolumeRasterization
 
rasterizeConvex(Heightfield, float[], int[], int, int, Telemetry) - Static method in class org.recast4j.recast.RecastFilledVolumeRasterization
 
rasterizeCylinder(Heightfield, float[], float[], float, int, int, Telemetry) - Static method in class org.recast4j.recast.RecastFilledVolumeRasterization
 
rasterizeSphere(Heightfield, float[], float, int, int, Telemetry) - Static method in class org.recast4j.recast.RecastFilledVolumeRasterization
 
rasterizeTriangle(Heightfield, float[], int, int, int, int, int, Telemetry) - Static method in class org.recast4j.recast.RecastRasterization
Rasterizes a single triangle into the specified heightfield.
rasterizeTriangles(Heightfield, float[], int[], int[], int, int, Telemetry) - Static method in class org.recast4j.recast.RecastRasterization
Rasterizes an indexed triangle mesh into the specified heightfield.
rasterizeTriangles(Heightfield, float[], int[], int, int, Telemetry) - Static method in class org.recast4j.recast.RecastRasterization
Rasterizes a triangle list into the specified heightfield.
RC_AREA_BORDER - Static variable in class org.recast4j.recast.RecastConstants
 
RC_AREA_FLAGS_MASK - Static variable in class org.recast4j.recast.AreaModification
 
RC_BORDER_REG - Static variable in class org.recast4j.recast.RecastConstants
 
RC_BORDER_VERTEX - Static variable in class org.recast4j.recast.RecastConstants
 
RC_CONTOUR_TESS_AREA_EDGES - Static variable in class org.recast4j.recast.RecastConstants
 
RC_CONTOUR_TESS_WALL_EDGES - Static variable in class org.recast4j.recast.RecastConstants
 
RC_LOG_WARNING - Static variable in class org.recast4j.recast.RecastConstants
 
RC_MESH_NULL_IDX - Static variable in class org.recast4j.recast.RecastConstants
 
RC_MULTIPLE_REGS - Static variable in class org.recast4j.recast.RecastConstants
 
RC_NOT_CONNECTED - Static variable in class org.recast4j.recast.RecastConstants
 
RC_NULL_AREA - Static variable in class org.recast4j.recast.RecastConstants
 
Recast - Class in org.recast4j.recast
 
Recast() - Constructor for class org.recast4j.recast.Recast
 
RecastArea - Class in org.recast4j.recast
 
RecastArea() - Constructor for class org.recast4j.recast.RecastArea
 
RecastBuilder - Class in org.recast4j.recast
 
RecastBuilder() - Constructor for class org.recast4j.recast.RecastBuilder
 
RecastBuilder(RecastBuilder.RecastBuilderProgressListener) - Constructor for class org.recast4j.recast.RecastBuilder
 
RecastBuilder.RecastBuilderProgressListener - Interface in org.recast4j.recast
 
RecastBuilder.RecastBuilderResult - Class in org.recast4j.recast
 
RecastBuilderConfig - Class in org.recast4j.recast
 
RecastBuilderConfig(RecastConfig, float[], float[]) - Constructor for class org.recast4j.recast.RecastBuilderConfig
 
RecastBuilderConfig(RecastConfig, float[], float[], int, int) - Constructor for class org.recast4j.recast.RecastBuilderConfig
 
RecastBuilderResult(int, int, Heightfield, CompactHeightfield, ContourSet, PolyMesh, PolyMeshDetail, Telemetry) - Constructor for class org.recast4j.recast.RecastBuilder.RecastBuilderResult
 
RecastCommon - Class in org.recast4j.recast
 
RecastCommon() - Constructor for class org.recast4j.recast.RecastCommon
 
RecastCompact - Class in org.recast4j.recast
 
RecastCompact() - Constructor for class org.recast4j.recast.RecastCompact
 
RecastConfig - Class in org.recast4j.recast
 
RecastConfig(boolean, int, int, int, RecastConstants.PartitionType, float, float, float, boolean, boolean, boolean, float, float, float, float, float, float, float, int, boolean, float, float, AreaModification) - Constructor for class org.recast4j.recast.RecastConfig
 
RecastConfig(RecastConstants.PartitionType, float, float, float, boolean, boolean, boolean, float, float, float, int, int, float, float, int, float, float, AreaModification, boolean) - Constructor for class org.recast4j.recast.RecastConfig
Non-tiled build configuration
RecastConfig(RecastConstants.PartitionType, float, float, float, float, float, float, int, int, float, float, int, float, float, AreaModification) - Constructor for class org.recast4j.recast.RecastConfig
Non-tiled build configuration
RecastConstants - Class in org.recast4j.recast
 
RecastConstants() - Constructor for class org.recast4j.recast.RecastConstants
 
RecastConstants.PartitionType - Enum Class in org.recast4j.recast
 
RecastContour - Class in org.recast4j.recast
 
RecastContour() - Constructor for class org.recast4j.recast.RecastContour
 
RecastFilledVolumeRasterization - Class in org.recast4j.recast
 
RecastFilledVolumeRasterization() - Constructor for class org.recast4j.recast.RecastFilledVolumeRasterization
 
RecastFilter - Class in org.recast4j.recast
 
RecastFilter() - Constructor for class org.recast4j.recast.RecastFilter
 
RecastLayers - Class in org.recast4j.recast
 
RecastLayers() - Constructor for class org.recast4j.recast.RecastLayers
 
RecastMesh - Class in org.recast4j.recast
 
RecastMesh() - Constructor for class org.recast4j.recast.RecastMesh
 
RecastMeshDetail - Class in org.recast4j.recast
 
RecastMeshDetail() - Constructor for class org.recast4j.recast.RecastMeshDetail
 
RecastRasterization - Class in org.recast4j.recast
 
RecastRasterization() - Constructor for class org.recast4j.recast.RecastRasterization
 
RecastRegion - Class in org.recast4j.recast
 
RecastRegion() - Constructor for class org.recast4j.recast.RecastRegion
 
RecastVectors - Class in org.recast4j.recast
 
RecastVectors() - Constructor for class org.recast4j.recast.RecastVectors
 
RecastVoxelization - Class in org.recast4j.recast
 
RecastVoxelization() - Constructor for class org.recast4j.recast.RecastVoxelization
 
reg - Variable in class org.recast4j.recast.CompactSpan
The id of the region the span belongs to.
reg - Variable in class org.recast4j.recast.Contour
The area id of the contour.
regs - Variable in class org.recast4j.recast.PolyMesh
The region id assigned to each polygon.
rverts - Variable in class org.recast4j.recast.Contour
Raw contour vertex and connection data.

S

SetCon(CompactSpan, int, int) - Static method in class org.recast4j.recast.RecastCommon
 
SimpleInputGeomProvider - Class in org.recast4j.recast.geom
 
SimpleInputGeomProvider(float[], int[]) - Constructor for class org.recast4j.recast.geom.SimpleInputGeomProvider
 
SimpleInputGeomProvider(List<Float>, List<Integer>) - Constructor for class org.recast4j.recast.geom.SimpleInputGeomProvider
 
SingleTrimeshInputGeomProvider - Class in org.recast4j.recast.geom
 
SingleTrimeshInputGeomProvider(float[], int[]) - Constructor for class org.recast4j.recast.geom.SingleTrimeshInputGeomProvider
 
smax - Variable in class org.recast4j.recast.Span
The upper limit of the span.
smin - Variable in class org.recast4j.recast.Span
The lower limit of the span.
Span - Class in org.recast4j.recast
Represents a span in a heightfield.
Span() - Constructor for class org.recast4j.recast.Span
 
SPAN_HEIGHT_BITS - Static variable in class org.recast4j.recast.RecastConstants
 
SPAN_MAX_HEIGHT - Static variable in class org.recast4j.recast.RecastConstants
 
spanCount - Variable in class org.recast4j.recast.CompactHeightfield
The number of spans in the heightfield.
spans - Variable in class org.recast4j.recast.CompactHeightfield
Array of spans.
spans - Variable in class org.recast4j.recast.Heightfield
Heightfield of spans (width*height).
startTimer(String) - Method in class org.recast4j.recast.Telemetry
 
stopTimer(String) - Method in class org.recast4j.recast.Telemetry
 
sub(float[], float[], float[], int) - Static method in class org.recast4j.recast.RecastVectors
 
sub(float[], float[], int, int) - Static method in class org.recast4j.recast.RecastVectors
 

T

Telemetry - Class in org.recast4j.recast
 
Telemetry() - Constructor for class org.recast4j.recast.Telemetry
 
tileSizeX - Variable in class org.recast4j.recast.RecastConfig
The width/depth size of tile's on the xz-plane.
tileSizeZ - Variable in class org.recast4j.recast.RecastConfig
 
tileX - Variable in class org.recast4j.recast.RecastBuilder.RecastBuilderResult
 
tileX - Variable in class org.recast4j.recast.RecastBuilderConfig
 
tileZ - Variable in class org.recast4j.recast.RecastBuilder.RecastBuilderResult
 
tileZ - Variable in class org.recast4j.recast.RecastBuilderConfig
 
TriMesh - Class in org.recast4j.recast.geom
 
TriMesh(float[], int[]) - Constructor for class org.recast4j.recast.geom.TriMesh
 
tris - Variable in class org.recast4j.recast.geom.ChunkyTriMesh.ChunkyTriMeshNode
 
tris - Variable in class org.recast4j.recast.PolyMeshDetail
The mesh triangles.

U

useTiles - Variable in class org.recast4j.recast.RecastConfig
 

V

valueOf(String) - Static method in enum class org.recast4j.recast.RecastConstants.PartitionType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.recast4j.recast.RecastConstants.PartitionType
Returns an array containing the constants of this enum class, in the order they are declared.
vertices - Variable in class org.recast4j.recast.geom.SimpleInputGeomProvider
 
verts - Variable in class org.recast4j.recast.Contour
Simplified contour vertex and connection data.
verts - Variable in class org.recast4j.recast.ConvexVolume
 
verts - Variable in class org.recast4j.recast.PolyMesh
The mesh vertices.
verts - Variable in class org.recast4j.recast.PolyMeshDetail
The mesh vertices.

W

walkableAreaMod - Variable in class org.recast4j.recast.RecastConfig
 
walkableClimb - Variable in class org.recast4j.recast.CompactHeightfield
The walkable climb used during the build of the field.
walkableClimb - Variable in class org.recast4j.recast.RecastConfig
Maximum ledge height that is considered to still be traversable.
walkableClimbWorld - Variable in class org.recast4j.recast.RecastConfig
 
walkableHeight - Variable in class org.recast4j.recast.CompactHeightfield
The walkable height used during the build of the field.
walkableHeight - Variable in class org.recast4j.recast.RecastConfig
Minimum floor to 'ceiling' height that will still allow the floor area to be considered walkable.
walkableHeightWorld - Variable in class org.recast4j.recast.RecastConfig
 
walkableRadius - Variable in class org.recast4j.recast.RecastConfig
The distance to erode/shrink the walkable area of the heightfield away from obstructions.
walkableRadiusWorld - Variable in class org.recast4j.recast.RecastConfig
 
walkableSlopeAngle - Variable in class org.recast4j.recast.RecastConfig
The maximum slope that is considered walkable.
warn(String) - Method in class org.recast4j.recast.Telemetry
 
WATERSHED - Enum constant in enum class org.recast4j.recast.RecastConstants.PartitionType
 
width - Variable in class org.recast4j.recast.CompactHeightfield
The width of the heightfield.
width - Variable in class org.recast4j.recast.ContourSet
The width of the set.
width - Variable in class org.recast4j.recast.Heightfield
The width of the heightfield.
width - Variable in class org.recast4j.recast.HeightfieldLayerSet.HeightfieldLayer
 
width - Variable in class org.recast4j.recast.RecastBuilderConfig
The width of the field along the x-axis.

Y

y - Variable in class org.recast4j.recast.CompactSpan
The lower extent of the span.
A B C D E F G H I L M N O P R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values