Path Tangent
Get the tangent direction at a position on a bezier path
basic
Since P00
Input Ports
Path
Path input for Path Tangent.
Output Ports
Direction
Direction output from Path Tangent.
Angle
Angle output from Path Tangent.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Position | Float | 0.0 | Position on the path (0 = start, 1 = end) |
Overview
Get the tangent direction at a position on a bezier path
Inputs and Outputs
Input Ports
- Path
Path: Path input for Path Tangent.
Output Ports
- Direction
Vec2: Direction output from Path Tangent. - Angle
Float: Angle output from Path Tangent.
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Position | Float | 0.0 | Position on the path (0 = start, 1 = end) |
When to Use
Use Path Tangent when you need this operation to remain explicit, reusable, and easy to tune inside a PixPipeline node graph.
Notes
Connect compatible data types and preview the result while tuning this node. Parameter names and port names follow the PixPipeline UI.
Related Nodes
bezierpath
pathtangent
preview