Skip to contents

Seed sequences of the H-curve

Usage

H0

H1

H2

Format

An object of class matrix (inherits from array) with 4 rows and 2 columns.

An object of class matrix (inherits from array) with 16 rows and 2 columns.

An object of class matrix (inherits from array) with 16 rows and 2 columns.

Details

The three objects simply contain coordinates of points on the three base H-curves.

Examples

H0
#>      [,1] [,2]
#> [1,]    0    0
#> [2,]    0    1
#> [3,]    1    1
#> [4,]    1    0
draw_multiple_curves(H0, H1, H2, nrow = 1, closed = TRUE)