RadialWalkerLayoutConfiguration

data class RadialWalkerLayoutConfiguration(val layerDistance: Float = 1.0f, val margin: Float = 0.0f, val rotation: Float = 0.0f)

Configuration for the radial Walker layout algorithm.

Constructors

Link copied to clipboard
constructor(layerDistance: Float = 1.0f, margin: Float = 0.0f, rotation: Float = 0.0f)

Properties

Link copied to clipboard

Distance between concentric depth rings.

Link copied to clipboard

Angular margin (in radians) subtracted from the full circle to avoid overlap.

Link copied to clipboard

Angular offset (in radians) applied to all nodes.