conv.car2pol
aliases: [ceammc/car->pol], [car->pol]
convert cartesian coords to polar
available since version: 0.8
properties:
- @positive
Get/set output in positive range. If true output is in [0..2π) range, otherwise output
range is [-π..+π]
type: bool
default: 0
inlets:
- x, y coord pair
type: control
outlets:
- radius and angle (in radians) pair
type: control
keywords:
conv
polar
cartesian
See also:
[conv.pol2car]
Authors: Serge Poltavsky
License: GPL3 or later