Skip to content

Latest commit

 

History

History
81 lines (54 loc) · 2.94 KB

polar.md

File metadata and controls

81 lines (54 loc) · 2.94 KB

Polar

Switch between polar or log-polar and rectangular coordinates.

Wikipedia description of polar coordinates
MathWorld description of polar coordinates
Wikipedia description of log-polar coordinates

invpolar

Treat the rectangular coordinates (x,y) of a point as polar coordinates (ρ,θ) (the inverse of polar).

Type: 2D
Author: Luca G (dark-beam)
Date: 4 Oct 2018

Apophysis variation

polar

Treat the polar coordinates (ρ,θ) of a point as rectangular coordinates (x,y).

Type: 2D
Author: Scott Draves

Variation information at JWildfire Sanctuary
Polinear Parameter Pack

polar2

Treat the log-polar coordinates (ρ,θ) of a point as rectangular coordinates (x,y).

Type: 2D
Author: Joel and Michael Faber
Date: 7 Sep 2007

There are also post_ and pre_ versions (post_polar2 and pre_polar2).

Variation information at JWildfire Sanctuary

polar2_3D

Variant of polar2 with added 3D wave.

Type: 3D
Author: Larry Berlin (aporev)
Date: 27 Sep 2009

Parameter Description
pwr Controls the size of the 3D wave
freq Frequency of the 3D wave

Apophysis plugin

pre_polar2_y

Flawed attempt at a pre version of polar2.

Type: 2D
Author: Kenny Vaneetvelde (Raykoid666)
Date: 17 Oct 2008

Included here for completeness only; there are several flaws in the implementation.

Apophysis plugin

unpolar

Treat the rectangular coordinates (x,y) of a point as log-polar coordinates (ρ,θ) (the inverse of polar2).

Type: 2D
Author: Michael Faber
Date: 15 Mar 2009

Note: The variation inexplicably scales the result down by 2π. The author undoubtedly had a reason for doing this, but it generally makes the result too small. So a tip for using unpolar: as a starting point, change the amount from 1 to 6.28 (a rough approximation of 2π).

Foci and Unpolar tutorial
Circular Flame tutorial
Variation information at JWildfire Sanctuary