Bitmap for UWP
LerpRef メソッド (Vector4)

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Vector4 構造体 : LerpRef メソッド
When the method completes, contains an the interpolated vector.
The first vector.
The second vector.
A value between 0 and 1 that indicates the weight of value2.
Performs a linear interpolation between two vectors based on the given weighting.
シンタックス
'宣言
 
Public Shared Sub LerpRef( _
   ByRef result As Vector4, _
   ByRef value1 As Vector4, _
   ByRef value2 As Vector4, _
   ByVal amount As System.Single _
) 
public static void LerpRef( 
   out Vector4 result,
   ref Vector4 value1,
   ref Vector4 value2,
   System.float amount
)

パラメータ

result
When the method completes, contains an the interpolated vector.
value1
The first vector.
value2
The second vector.
amount
A value between 0 and 1 that indicates the weight of value2.
参照

Vector4 構造体
Vector4 メンバ