Bitmap for UWP
Divide(Vector3,Vector3) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Vector3 構造体 > Divide メソッド : Divide(Vector3,Vector3) メソッド
The first vector.
The second vector.
Divides the first vector by the second.
シンタックス
'宣言
 
Public Overloads Shared Function Divide( _
   ByVal left As Vector3, _
   ByVal right As Vector3 _
) As Vector3
public static Vector3 Divide( 
   Vector3 left,
   Vector3 right
)

パラメータ

left
The first vector.
right
The second vector.

戻り値の型

The vector resulting from the division.
参照

Vector3 構造体
Vector3 メンバ
オーバーロード一覧