split.shape: Split a kite or dart according to penrose construction by...

Description Usage Arguments Value

Description

split.shape() takes in x coordinates and y coordinates of a point, as well as the penrose's true center. You must also specify whether it is a kite or dart.

Usage

1
2
## S3 method for class 'shape'
split(xs, ys, type, core.x, core.y)

Arguments

xs

numeric vector containing the x coordinates of the points of the shape to be split.

ys

numeric vector containing the y coordinates of the points of the shape to be split.

type

either "kite" or "dart" to specify the shape

core.x

numeric x coordinate of true center of the penrose

core.y

numeric y coordinate of true center of the penrose

Value

list of sets of numeric coordinates for the new shapes from the split


ash129/penrose documentation built on May 17, 2019, 12:04 p.m.