예제 #1
0
 /// <summary>
 /// Transforms the array of distances by the scale and rotation elements (only) of the CTM
 /// </summary>
 public void TransformDistances(Distance[] vectors)
 {
     handler.TransformDistances(Backend, vectors);
 }