PolarCoordinates
Convert rectangular coordinates to polar space
Props
Prop
Details
center{x: number, y: number}Default:
{"x":0.5,"y":0.5}The center point for polar coordinate conversion
center{x: number, y: number}Default: {"x":0.5,"y":0.5}The center point for polar coordinate conversion
wrapnumberDefault:
1Controls how much of the angular range to use (1 = full 360°, 0.5 = 180°)
wrapnumberDefault: 1Controls how much of the angular range to use (1 = full 360°, 0.5 = 180°)
radiusnumberDefault:
1Controls how much of the radius range to use (affects the radial mapping)
radiusnumberDefault: 1Controls how much of the radius range to use (affects the radial mapping)
intensitynumberDefault:
1Blends between original UVs (0) and polar coordinates (1)
intensitynumberDefault: 1Blends between original UVs (0) and polar coordinates (1)
edges"stretch" | "transparent" | "mirror" | "wrap"Default:
transparentHow to handle edges when distortion pushes content out of bounds
edges"stretch" | "transparent" | "mirror" | "wrap"Default: transparentHow to handle edges when distortion pushes content out of bounds