divideByScalar

fun divideByScalar(cartesian: Cartesian3, scalar: Double, result: Cartesian3): Cartesian3(source)

Divides the provided Cartesian componentwise by the provided scalar.

Return

The modified result parameter.

Parameters

cartesian

The Cartesian to be divided.

scalar

The scalar to divide by.

result

The object onto which to store the result.

See also