LiveFlow.Paths.Smoothstep (LiveFlow v0.2.3)

Copy Markdown View Source

Smoothstep path calculation for edges.

Creates orthogonal paths with rounded corners, similar to step paths but with smooth curved transitions at corners.

Summary

Functions

Calculates a smoothstep path between two points with explicit positions.

Functions

path(source_x, source_y, source_position, target_x, target_y, target_position, opts \\ [])

@spec path(number(), number(), atom(), number(), number(), atom(), keyword()) :: map()

Calculates a smoothstep path between two points with explicit positions.