The exponent operation (^) calculates the result of raising a number to a power.
With vec2 inputs, this applies separately to the X and Y components.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Base | The base number that is raised to the power. Primary Input | Vec2[]Vec2f32[]f32f64[]f64u32[]u32 |
| Power | The power to which the base number is raised. Default: | Vec2[]Vec2f32[]f32f64[]f64u32[]u32 |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | f64f64[]f32f32[]u32u32[]Vec2Vec2[] |