Exemplo n.º 1
0
 /// <summary>
 /// Converts distance on source from relative to absolute position, respecting Clamping
 /// </summary>
 /// <param name="relativeDistance">relative distance (TF) from the source start</param>
 /// <returns>
 /// distance in world units from the source start
 /// </returns>
 protected override float RelativeToAbsolute(float relativeDistance)
 {
     return(PathData.FToDistance(relativeDistance));
 }