Vector3NLerpTNumeric Method

Definition

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

Parameters

value1  Vector3NTNumeric
 
value2  Vector3NTNumeric
 
amount  TNumeric
 

Type Parameters

TNumeric

Return Value

Vector3NTNumeric

See Also