Esempio n. 1
0
 /// Get world space position of point
 public Vector3 GetPoint(int index)
 {
     return(nodeNetCreator.GetPointAt(pointsRefs[index]) + localPosition);
 }