 | SQXLerp Method |
Function Lerp([float] V0, [float] V1, [float] t)
Namespace:
sqx
Assembly:
SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntaxpublic static SqlDouble Lerp(
SqlDouble V0,
SqlDouble V1,
SqlDouble t
)
Parameters
- V0
- Type: System.Data.SqlTypesSqlDouble
[float] - V1
- Type: System.Data.SqlTypesSqlDouble
[float] - t
- Type: System.Data.SqlTypesSqlDouble
[float] [0,1]
Return Value
Type:
SqlDouble[float]
RemarksInterpolation between two inputs, V0 and V1.
See Also