[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:fCraft.Noise.InterpolateCosine(System.Single,System.Single,System.Single)"]

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)

Syntax

   
 C# 
public static float InterpolateCosine(
	float v0,
	float v1,
	float x
)

Parameters

v0
Single
v1
Single
x
Single

See Also