Exemple #1
0
 /// <summary>
 /// get the center of the line
 ///
 /// <returns></returns>
 private Vector3 Center()
 {
     return((Vector3)curve.CenterMark());
 }