div

operator fun div(denom: Int): Coordinate3D

Returns the current coordinate divided by a given denominator, which is achieved by dividing (integer division) each component of the current coordinate by the given denominator

Return

the current coordinate divided by a given denominator