Click or drag to resize

Curve2DInterpolatef Method

Returns the position at the vertex fofs. It calls Interpolate(Int32, Single) using the integer part of fofs as idx, and its fractional part as t.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector2 Interpolatef(
	float fofs
)

Parameters

fofs
Type: SystemSingle

[Missing <param name="fofs"/> documentation for "M:Godot.Curve2D.Interpolatef(System.Single)"]

Return Value

Type: Vector2

[Missing <returns> documentation for "M:Godot.Curve2D.Interpolatef(System.Single)"]

See Also