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
98f62a4f8a
DotRecastNetSim
/
src
/
DotRecast.Core
/
DistSeg.cs
8 lines
125 B
C#
Raw
Blame
History
namespace
DotRecast.Core
{
public
struct
DistSeg
{
public
float
DistSqr
;
public
float
Seg
;
}
}
View Git Blame
Copy Permalink