ee.Array.atan2
On an element-wise basis, calculates the angle formed by the 2D vector [x, y].
Usage | Returns |
---|
Array.atan2(right) | Array |
Argument | Type | Details |
---|
this: left | Array | The left-hand value. |
right | Array | The right-hand value. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["Calculates the angle of a 2D vector represented by `[x, y]` elements."],["Operates element-wise on the input arrays."],["Takes two input arrays: `left` representing the x-coordinate and `right` representing the y-coordinate."],["Returns an array containing the calculated angles for each corresponding pair of elements from the input arrays."]]],[]]