DotRecastNetSim/src/DotRecast.Recast
ikpil 69c8c950d2 refactor: add type-safe array copy function 2023-11-11 13:08:52 +09:00
..
Geom refactor: vector3 2023-10-27 23:52:55 +09:00
DotRecast.Recast.csproj refactor: support net6.0 2023-10-28 12:30:49 +09:00
IRcBuilderProgressListener.cs refactor: ObjImporter, InputGeomProvider 2023-09-24 18:42:41 +09:00
RcAreaModification.cs Migrated some small types to structs 2023-10-30 23:40:46 +09:00
RcAreas.cs refactor: readonly struct 2023-11-07 22:12:42 +09:00
RcBuildContoursFlags.cs refactor: RcBuildContoursFlags 2023-10-08 14:48:43 +09:00
RcBuilder.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
RcBuilderConfig.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
RcBuilderResult.cs refactor: rename 2023-09-22 23:42:21 +09:00
RcCommons.cs refactor: readonly struct 2023-11-07 22:12:42 +09:00
RcCompactCell.cs change class RcCompactCell -> readonly struct RcCompactCell 2023-08-06 12:05:23 +09:00
RcCompactHeightfield.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
RcCompactSpan.cs refactor: readonly struct 2023-11-07 22:12:42 +09:00
RcCompactSpanBuilder.cs refactor: added RcCompactSpanBuilder 2023-11-07 22:28:14 +09:00
RcCompacts.cs refactor: added RcCompactSpanBuilder 2023-11-07 22:28:14 +09:00
RcConfig.cs refactor: Math -> MathF 2023-10-25 00:09:34 +09:00
RcConstants.cs refactor: RcBuildContoursFlags 2023-10-08 14:48:43 +09:00
RcContour.cs changed class names by c++ recastnavigation 2023-06-08 20:53:03 +09:00
RcContourHole.cs changed class names by c++ recastnavigation 2023-06-08 20:53:03 +09:00
RcContourHoleComparer.cs add shared comparer 2023-08-05 08:42:21 +09:00
RcContourRegion.cs changed class names by c++ recastnavigation 2023-06-08 20:53:03 +09:00
RcContourSet.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
RcContours.cs refactor: readonly struct 2023-11-07 22:12:42 +09:00
RcConvexVolume.cs ConvexVolume RcConvexVolume for unity3d 2023-07-10 19:03:47 +09:00
RcFilledVolumeRasterization.cs refactor: add type-safe array copy function 2023-11-11 13:08:52 +09:00
RcFilters.cs refactor: Math -> MathF 2023-10-25 00:09:34 +09:00
RcHeightPatch.cs changed class names by c++ recastnavigation 2023-06-08 20:53:03 +09:00
RcHeightfield.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
RcHeightfieldLayer.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
RcHeightfieldLayerSet.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
RcLayerRegion.cs changed class names by c++ recastnavigation 2023-06-08 20:53:03 +09:00
RcLayers.cs refactor: readonly struct 2023-11-07 22:12:42 +09:00
RcMeshDetails.cs refactor: add type-safe array copy function 2023-11-11 13:08:52 +09:00
RcMeshs.cs refactor: add type-safe array copy function 2023-11-11 13:08:52 +09:00
RcPartition.cs for unity3d 2023-07-28 20:43:50 +09:00
RcPartitionType.cs for unity3d 2023-07-28 20:43:50 +09:00
RcPolyMesh.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
RcPolyMeshDetail.cs changed class names by c++ recastnavigation 2023-06-08 20:53:03 +09:00
RcPolyMeshRaycast.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
RcPotentialDiagonal.cs Migrated some small types to structs 2023-10-30 23:40:46 +09:00
RcPotentialDiagonalComparer.cs add shared comparer 2023-08-05 08:42:21 +09:00
RcRasterizations.cs refactor: vector3 2023-10-27 23:52:55 +09:00
RcRegion.cs changed class names by c++ recastnavigation 2023-06-08 20:53:03 +09:00
RcRegions.cs refactor: readonly struct 2023-11-07 22:12:42 +09:00
RcSpan.cs changed class names by c++ recastnavigation 2023-06-08 20:53:03 +09:00
RcSweepSpan.cs refactor: revert this part due to a mix of C# and C++ style in array and interface usage 2023-10-31 23:06:42 +09:00
RcVoxelizations.cs refactor: Change 'xyz' to uppercase in preparation for switching to System.Numeric.Vector3 2023-10-12 23:04:29 +09:00