[Missing <summary> documentation for "M:VVVV.Utils.Algorithm.Treemap.Split(VVVV.Utils.Algorithm.Rect,System.Collections.Generic.List{VVVV.Utils.Algorithm.Node})"]

Namespace: VVVV.Utils.Algorithm
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public void Split(
	Rect r,
	List<Node> items
)

Parameters

r
Type: VVVV.Utils.Algorithm..::..Rect

[Missing <param name="r"/> documentation for "M:VVVV.Utils.Algorithm.Treemap.Split(VVVV.Utils.Algorithm.Rect,System.Collections.Generic.List{VVVV.Utils.Algorithm.Node})"]

items
Type: System.Collections.Generic..::..List<(Of <(<'Node>)>)>

[Missing <param name="items"/> documentation for "M:VVVV.Utils.Algorithm.Treemap.Split(VVVV.Utils.Algorithm.Rect,System.Collections.Generic.List{VVVV.Utils.Algorithm.Node})"]

See Also