示例#1
0
 public Vector3 GetPoint(float t)
 {
     return(transform.TransformPoint(Bizer.GetPoint(points[0], points[1], points[2], points[3], t)));
 }