BezierCurve.CalculatePoint 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
CalculatePoint(Single)
public OpenTK.Vector2 CalculatePoint(float t);
member this.CalculatePoint : single -> OpenTK.Vector2
参数
返回
CalculatePoint(IList<Vector2>, Single)
public static OpenTK.Vector2 CalculatePoint(System.Collections.Generic.IList<OpenTK.Vector2> points, float t);
static member CalculatePoint : System.Collections.Generic.IList<OpenTK.Vector2> * single -> OpenTK.Vector2
参数
返回
CalculatePoint(IList<Vector2>, Single, Single)
public static OpenTK.Vector2 CalculatePoint(System.Collections.Generic.IList<OpenTK.Vector2> points, float t, float parallel);
static member CalculatePoint : System.Collections.Generic.IList<OpenTK.Vector2> * single * single -> OpenTK.Vector2
参数
返回