Bitmap for WPF
Lerp メソッド (Vector3)

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Vector3 構造体 : Lerp メソッド
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 Function Lerp( _
   ByVal value1 As Vector3, _
   ByVal value2 As Vector3, _
   ByVal amount As System.Single _
) As Vector3
public static Vector3 Lerp( 
   Vector3 value1,
   Vector3 value2,
   System.float amount
)

パラメータ

value1
The first vector.
value2
The second vector.
amount
A value between 0 and 1 that indicates the weight of value2.

戻り値の型

The interpolated vector.
参照

Vector3 構造体
Vector3 メンバ