2027 Method
Changes 0
M

UV.Divide

Description:
Divides this 2-D vector by the specified value and returns the result.
Remarks:
The divided vector is obtained by dividing each coordinate of this vector by the specified value.
public UV Divide(
	double value
)
  • Double
    value
    The value to divide this vector by.
Return Value UV The divided 2-D vector.