# Bloque 2

{% embed url="<https://docs.google.com/presentation/d/e/2PACX-1vTmgEa31uJFfZJyNxdzPQNhaQHLyS-VzxJyWku74nEoSoo2Uwpfkv6g5Lj8RL8CsaCJKXlkOjzc305n/pub?start=false&loop=false&delayms=3000>" %}

**NOTAS**

* Agregamos otro sistema de representación del espacio:

<table><thead><tr><th width="112">Nombre</th><th width="92">Output</th><th>Rango</th><th>Origen de coordenas</th></tr></thead><tbody><tr><td>uvN</td><td>(x,y)</td><td>[0,1]x[0,1]</td><td>esquina inferior izquierda</td></tr><tr><td>uv</td><td>(x,y)</td><td>[-1,1]x[-1,1]</td><td>centro de la pantalla</td></tr><tr><td>polares</td><td>(r,o)</td><td>[0,√2]x[-PI.,PI.]</td><td>centro de la pantalla</td></tr></tbody></table>

* Cada sistema de representación permite ¨**ver**¨ con otros lentes
* Agregamos distintas maneras de medir el espacio. Distintas reglas ¨**permiten**¨ describir distintas formas.&#x20;

***Extra:***

[Superfórmula](http://paulbourke.net/geometry/supershape/) : fórmula matemática que generaliza al Teorema de Pitágoras.\
Se usa para describir curvas y formas en la naturaleza.

<figure><img src="/files/IBbcSdRaTNk2BVu5I19S" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lashaderwiki.solsarratea.world/workshops/live-coding-por-toplap-bcn/bloque-2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
