Factorio Prototype DocsVersion 1.1.107

NoiseFunctionAtan2 :: struct

Returns the arc tangent of y/x using the signs of arguments to determine the correct quadrant.

Properties

type :: "function-application"
function_name :: "atan2"
arguments :: {NoiseNumber, NoiseNumber}

The first argument is y and the second is x.

The first argument is y and the second is x.

Properties

type :: "function-application"

function_name :: "atan2"

arguments :: {NoiseNumber, NoiseNumber}

The first argument is y and the second is x.

Prototypes

Types