Calculates the angle needed for a rightward-facing object placed at the "Position From" point to turn so it points toward the "Position To" point.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Position From | The position from which the angle is measured. Primary Input | Transform[]TransformVec2[]Vec2 |
| Position To | The position toward which the angle is measured. Exposed to the Graph by Default | Transform[]TransformVec2[]Vec2 |
| Radians | Whether the resulting angle should be given in radians instead of degrees. Default: | bool[]bool |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | f64f64[] |