Vector2NLerpTNumeric Method
Namespace: Jodosoft.NumericsAssembly: 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>
Public Shared Function Lerp(Of TNumeric As {Structure, New, INumeric(Of TNumeric)}) (
value1 As Vector2N(Of TNumeric),
value2 As Vector2N(Of TNumeric),
amount As TNumeric
) As Vector2N(Of TNumeric)
public:
generic<typename TNumeric>
where TNumeric : value class, gcnew(), INumeric<TNumeric>
static Vector2N<TNumeric> Lerp(
Vector2N<TNumeric> value1,
Vector2N<TNumeric> value2,
TNumeric amount
)
static member Lerp :
value1 : Vector2N<'TNumeric> *
value2 : Vector2N<'TNumeric> *
amount : 'TNumeric -> Vector2N<'TNumeric> when 'TNumeric : struct, new() and INumeric<'TNumeric>
- value1 Vector2NTNumeric
-
- value2 Vector2NTNumeric
-
- amount TNumeric
-
- TNumeric
Vector2NTNumeric