2020 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
)
Return Value UV The divided 2-D vector.