Divide(Vector2,Single) Method
In This Topic
Divides the specified vector by a specified scalar value.
Syntax
'Declaration
Public Overloads Shared Function Divide( _
ByVal As Vector2, _
ByVal As System.Single _
) As Vector2
public static Vector2 Divide(
Vector2 ,
System.float
)
Parameters
- left
- The vector.
- divisor
- The scalar value.
Return Value
The vector that results from the division.
See Also