Header menu logo Sigma.NET

NoverlapSettings Type

NoverlapSettings type for configuring the Noverlap algorithm settings.

Constructors

Constructor Description

NoverlapSettings()

Full Usage: NoverlapSettings()

Returns: NoverlapSettings
Returns: NoverlapSettings

Static members

Static member Description

NoverlapSettings.Init(?GridSize, ?Margin, ?Expansion, ?Ratio, ?Speed)

Full Usage: NoverlapSettings.Init(?GridSize, ?Margin, ?Expansion, ?Ratio, ?Speed)

Parameters:
    ?GridSize : int - Optional integer specifying the number of grid cells horizontally and vertically.
    ?Margin : int - Optional integer to set the margin between nodes.
    ?Expansion : float - Optional float to specify the percentage of space nodes could move outside of.
    ?Ratio : float - Optional float to set the scaling ratio for node sizes.
    ?Speed : int - Optional integer to set the dampening factor for slowing down node movements.

Returns: NoverlapSettings

Initializes a new instance of NoverlapSettings with optional parameters.

?GridSize : int

Optional integer specifying the number of grid cells horizontally and vertically.

?Margin : int

Optional integer to set the margin between nodes.

?Expansion : float

Optional float to specify the percentage of space nodes could move outside of.

?Ratio : float

Optional float to set the scaling ratio for node sizes.

?Speed : int

Optional integer to set the dampening factor for slowing down node movements.

Returns: NoverlapSettings

NoverlapSettings.Style(?GridSize, ?Margin, ?Expansion, ?Ratio, ?Speed)

Full Usage: NoverlapSettings.Style(?GridSize, ?Margin, ?Expansion, ?Ratio, ?Speed)

Parameters:
    ?GridSize : int - Optional integer specifying the number of grid cells horizontally and vertically.
    ?Margin : int - Optional integer to set the margin between nodes.
    ?Expansion : float - Optional float to specify the percentage of space nodes could move outside of.
    ?Ratio : float - Optional float to set the scaling ratio for node sizes.
    ?Speed : int - Optional integer to set the dampening factor for slowing down node movements.

Returns: NoverlapSettings -> NoverlapSettings

Applies updates to the NoverlapSettings instance based on the optional parameters.

?GridSize : int

Optional integer specifying the number of grid cells horizontally and vertically.

?Margin : int

Optional integer to set the margin between nodes.

?Expansion : float

Optional float to specify the percentage of space nodes could move outside of.

?Ratio : float

Optional float to set the scaling ratio for node sizes.

?Speed : int

Optional integer to set the dampening factor for slowing down node movements.

Returns: NoverlapSettings -> NoverlapSettings

Type something to start searching.