2024 Method
Changes 4
M

XYZ.op_Division

Description:
Divides the specified 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 XYZ operator /(
	XYZ left,
	double value
)
  • left
    The value to divide the vector by.
  • Double
    value
    The vector to divide by the value.
Return Value The divided vector. The divided vector.