2027 Method
Changes 0
M

UV.op_Division

Description:
Divides the specified 2-D vector by the specified value.
Remarks:
The divided vector is obtained by dividing each coordinate of the specified vector by the specified value.
public static UV operator /(
	UV left,
	double value
)
  • left
    The value to divide the vector by.
  • Double
    value
    The vector to divide by the value.
Return Value UV The divided 2-D vector.