Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 776 Bytes

File metadata and controls

17 lines (9 loc) · 776 Bytes

complex file description

Each complex file stores the geometric information and topological connectivity of a complex, and can be visualized following here.

2rd line: num_corners, num_curves, num_patchs.

Next num_corners lines: position of each corners.

Next num_curves lines: curve type, probability of closeness, exact position of 34 points uniformly sampled on the curve.

Next num_patch lines: patch type, exact position of 20x20 points uniformly sampled on the patch.

Next num_curves lines: curve-to-corner adjacent matrix.

Next num_patch lines: patch-to-curve adjacent matrix.

Next num_patch lines: probability of patch closeness along u-direction.