Beispiel #1
0
 public void ConvertIndexToPosition(XYZ i)
 {
     i.Mul(frameLength).Add(frameLength / 2);
 }
Beispiel #2
0
 public void ConvertIndexToPosition(XYZ i)
 {
     ConvertToInfinity(i);
     i.Mul(frameLength).Add(frameLength / 2);
 }