Nodes > Math > Geometric > Reflect

Returns the I vector reflected over the N normal.
Inputs
| Name | Type | Description |
|---|---|---|
| I | float | Incident vector to reflect |
| N | float | Normal vector to reflect over |
Outputs
| Name | Type | Description |
|---|---|---|
| reflect( I, N ) | float | Incident vector reflected over normal |
Was this page helpful?