This website requires JavaScript.
Explore
Help
Sign In
bit
/
DotRecastNetSim
forked from
mirror/DotRecast
Watch
40
Star
0
Fork
You've already forked DotRecastNetSim
1
Code
Pull Requests
Releases
Activity
7d5f37f415
DotRecastNetSim
/
src
/
DotRecast.Recast
/
PotentialDiagonal.cs
8 lines
130 B
C#
Raw
Blame
History
namespace
DotRecast.Recast
{
public
class
PotentialDiagonal
{
public
int
dist
;
public
int
vert
;
}
}
View Git Blame
Copy Permalink