Vector2NLerpTNumeric Method

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
public static Vector2N<TNumeric> Lerp<TNumeric>(
	Vector2N<TNumeric> value1,
	Vector2N<TNumeric> value2,
	TNumeric amount
)
where TNumeric : struct, new(), INumeric<TNumeric>

Parameters

value1  Vector2NTNumeric
 
value2  Vector2NTNumeric
 
amount  TNumeric
 

Type Parameters

TNumeric

Return Value

Vector2NTNumeric

See Also