DotRecastNetSim/src/DotRecast.Core/DistSeg.cs

8 lines
125 B
C#

namespace DotRecast.Core
{
public struct DistSeg
{
public float DistSqr;
public float Seg;
}
}