BezierCurve.CalculatePoint Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CalculatePoint(Single)
public OpenTK.Vector2 CalculatePoint (float t);
member this.CalculatePoint : single -> OpenTK.Vector2
Parameters
Returns
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
Parameters
Returns
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
Parameters
Returns