maximumByComponent
fun maximumByComponent(first: Cartesian3, second: Cartesian3, result: Cartesian3): Cartesian3(source)
Compares two Cartesians and computes a Cartesian which contains the maximum components of the supplied Cartesians.
Return
A cartesian with the maximum components.
Parameters
first
A cartesian to compare.
second
A cartesian to compare.
result
The object into which to store the result.