Interface ChordGroup

A chord group for a given node i representing the combined outflow for node i, corresponding to the elements matrix[i][0 … n - 1].

interface ChordGroup {
    endAngle: number;
    index: number;
    startAngle: number;
    value: number;
}

Properties

endAngle: number

The end angle of the chord group in radians

index: number

The node index i

startAngle: number

The start angle of the chord group in radians

value: number

The total outgoing flow value for node i