Divides the specified vector by a specified scalar value.
'宣言
Overloads Public Operator /( _
ByVal As Vector3, _
ByVal As System.Single _
) As Vector3
public Vector3 operator /(
Vector3 ,
System.float
)
パラメータ
- value
- The vector.
- divisor
- The scalar value.
戻り値の型
The vector that results from the division.