Esempio n. 1
0
 public Vector3 ValueAt(float u)
 {
     return(Curves.Linear(begin.position, end.position, u));
 }