Division(Vector3,Single) Operator
In This Topic
Divides the specified vector by a specified scalar value.
Syntax
'Declaration
Overloads Public Operator /( _
ByVal As Vector3, _
ByVal As System.Single _
) As Vector3
public Vector3 operator /(
Vector3 ,
System.float
)
Parameters
- value
- The vector.
- divisor
- The scalar value.
Return Value
The vector that results from the division.
See Also