using DotRecast.Core.Numerics;
namespace DotRecast.Detour.Crowd
{
public class DtSegment
/** Segment start/end */
public RcVec3f[] s = new RcVec3f[2];
/** Distance for pruning. */
public float d;
}