point_2d: Create new 2d Point instance

Description Usage Arguments Examples

View source: R/point_2d.R

Description

Create new 2d Point instance

Usage

1
point_2d(n, x, y)

Arguments

n

Integer (uniquely) defining the number of the point to be created

x

x position of the point

y

y position of the point

Examples

1
p1 <- point_2d(1, 0.5, 0.5)

Jon-Peppinck/r2vr-2020 documentation built on Jan. 27, 2021, 3:23 a.m.