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