Skip to content

lib.img.fx.PolarCoordinates

Thomas Mann edited this page Jan 17, 2024 · 2 revisions

PolarCoordinates

in lib.img.fx


Applies a polar coordinate transformation that converts between circular and rectangular coordinates. In other words, it wraps and unwraps round images.


Input Parameters

Name (Relevancy & Type) Description
Image (Texture2DRequired) -
Center (Vector2) -
Radius (Single) -
RadialBias (Single) -
RadialOffset (Single) -
Twist (Single) -
Stretch (Vector2) -
Resolution (Int2) -
Mode (Int32) -

Outputs

Name Type
TextureOutput SharpDX.Direct3D11.Texture2D

Please help use to improve this documentation. Feel free to improve the description.

⚠ Everything else is automatically generated and will be overwritten regularly.

Clone this wiki locally