get_pantograph_distance: Get offset from the plane of anchor points for a given...

Description Usage Arguments Value Examples

Description

Get offset from the plane of anchor points for a given pantograph set up

Usage

1
get_pantograph_distance(pos1, pos2, segment_length, segment_number)

Arguments

pos1

First anchor point of pantograph

pos2

Second anchor point of pantograph

segment_length

The length of scissor segments

segment_number

The number of scissor segments

Value

numeric

Examples

1
get_pantograph_distance(c(0, 0), c(1, 1), 3, 1)

alexwhan/guilloche documentation built on May 20, 2019, 2:20 p.m.