Divides the specified vector by a specified scalar value.
シンタックス
'宣言
Public Overloads Shared Sub DivideRef( _
ByRef As Vector2, _
ByRef As Vector2, _
ByVal As System.Single _
)
public static void DivideRef(
out Vector2 ,
ref Vector2 ,
System.float
)
パラメータ
- result
- The vector that results from the division.
- left
- The vector.
- divisor
- The scalar value.
参照