Nodes > Math > Common > DDX

Computes the partial derivative of the neighboring horizontal pixels in screen space. Useful for checking for differences in nearby pixels.
Inputs
| Name | Type | Description |
|---|---|---|
| A | float | Values from which the partial derivatives are taken |
Outputs
| Name | Type | Description |
|---|---|---|
| ddx( A ) | float | Partial derivative of horizontal pixels |
Was this page helpful?