DotRecastNetSim/src/DotRecast.Detour
ikpil 7eba4e0c9d refactor: RcVec3f.Min/Max 2023-10-25 23:44:01 +09:00
..
Io feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
BVItem.cs move class type 2023-05-07 12:36:27 +09:00
BVItemXComparer.cs add shared comparer 2023-08-05 08:42:21 +09:00
BVItemYComparer.cs add shared comparer 2023-08-05 08:42:21 +09:00
BVItemZComparer.cs add shared comparer 2023-08-05 08:42:21 +09:00
DetourBuilder.cs rename for unity3d 2023-07-31 15:38:53 +09:00
DotRecast.Detour.csproj feat: multiple target frameworks 2023-10-14 19:46:55 +09:00
DtBVNode.cs changed class names by c++ recastnavigation 2023-06-08 21:38:02 +09:00
DtConnectPoly.cs Added DtConnectPoly 2023-07-01 00:18:25 +09:00
DtConvexConvexInFlag.cs refactoring: prefix Dt 2023-10-05 00:11:58 +09:00
DtConvexConvexIntersection.cs refactoring: prefix Dt 2023-10-05 00:11:58 +09:00
DtConvexConvexIntersections.cs refactor: Math -> MathF 2023-10-25 00:09:34 +09:00
DtDefaultQueryHeuristic.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
DtDetailTriEdgeFlags.cs refactor: Move constants from class DtNavMesh to class DtDetailTriEdgeFlags 2023-10-10 23:47:20 +09:00
DtFindNearestPolyQuery.cs refactor: RcVec3f.DistSqr, RcVec3f.LenSqr 2023-10-25 00:40:00 +09:00
DtFindPathOption.cs refactor: DtFindPathOptions, DtRaycastOptions 2023-10-08 14:28:56 +09:00
DtFindPathOptions.cs refactor: DtFindPathOptions, DtRaycastOptions 2023-10-08 14:28:56 +09:00
DtLink.cs changed class names by c++ recastnavigation 2023-06-08 21:38:02 +09:00
DtMeshData.cs typo 2023-08-19 14:54:36 +09:00
DtMeshHeader.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
DtMeshTile.cs typo 2023-08-19 14:54:36 +09:00
DtNavMesh.cs refactor: RcVec3f.Min/Max 2023-10-25 23:44:01 +09:00
DtNavMeshBuilder.cs refactor: RcVec3f.Min/Max 2023-10-25 23:44:01 +09:00
DtNavMeshCreateParams.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
DtNavMeshParams.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
DtNavMeshQuery.cs refactor: RcVec3f.Min/Max 2023-10-25 23:44:01 +09:00
DtNavMeshRaycast.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
DtNoOpDtPolygonByCircleConstraint.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
DtNode.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
DtNodeFlags.cs refactor: DtNodeFlags 2023-10-08 14:40:07 +09:00
DtNodePool.cs [Upstream] Performance optimizations based on discussion by recast4j #149 2023-07-21 14:35:45 +09:00
DtNodeQueue.cs feat: added DotRecast.Core.Collections namespace 2023-10-17 00:24:09 +09:00
DtOffMeshConnection.cs typo 2023-07-27 14:19:31 +09:00
DtPathUtils.cs refactor: Math -> MathF 2023-10-25 00:09:34 +09:00
DtPoly.cs refactor: DtPolyTypes 2023-10-08 14:32:13 +09:00
DtPolyDetail.cs changed class names by c++ recastnavigation 2023-06-08 21:38:02 +09:00
DtPolyPoint.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
DtPolyTypes.cs refactor: DtPolyTypes 2023-10-08 14:32:13 +09:00
DtQueryData.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
DtQueryDefaultFilter.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
DtQueryEmptyFilter.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
DtQueryNoOpFilter.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
DtRaycastHit.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
DtRaycastOptions.cs refactor: DtFindPathOptions, DtRaycastOptions 2023-10-08 14:28:56 +09:00
DtSegInterval.cs readonly DtSegInterval 2023-07-08 10:54:07 +09:00
DtStatus.cs change FindCorners 2023-06-20 01:36:03 +09:00
DtStraightPath.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
DtStraightPathFlags.cs refactor: flags 2023-10-08 14:23:58 +09:00
DtStraightPathOption.cs feat: added DotRecast.Core.Collections namespace 2023-10-17 00:24:09 +09:00
DtStraightPathOptions.cs refactor: DtFindPathOptions, DtRaycastOptions 2023-10-08 14:28:56 +09:00
DtStrictDtPolygonByCircleConstraint.cs refactor: Math -> MathF 2023-10-25 00:09:34 +09:00
DtUtils.cs refactor: RcVec3f.DistSqr, RcVec3f.LenSqr 2023-10-25 00:40:00 +09:00
IDtPolyQuery.cs changed class names by c++ recastnavigation 2023-06-08 21:38:02 +09:00
IDtPolygonByCircleConstraint.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
IDtQueryFilter.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
IDtQueryHeuristic.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00