divideByScalar
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.