Click or drag to resize

Curve3DInterpolatef 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 Vector3 Interpolatef(
	float fofs
)

Parameters

fofs
Type: SystemSingle

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

Return Value

Type: Vector3

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

See Also