Beispiel #1
0
            public override float GetDistanceBetween(float fromT, float toT)
            {
                MakeSureApproximatedPathExists();

                return(_approximatedPath.GetDistanceBetween(fromT, toT));
            }