Пример #1
0
            protected override PathPosition GetPointAt(float pathT)
            {
                MakeSureApproximatedPathExists();

                return(_approximatedPath.GetPoint(pathT));
            }