forked from mirror/DotRecast
8 lines
125 B
C#
8 lines
125 B
C#
|
namespace DotRecast.Core
|
|||
|
{
|
|||
|
public struct DistSeg
|
|||
|
{
|
|||
|
public float DistSqr;
|
|||
|
public float Seg;
|
|||
|
}
|
|||
|
}
|