point_3d: Create new 3d Point instance

Description Usage Arguments Examples

View source: R/point_3d.R

Description

Create new 3d Point instance

Usage

1
point_3d(n, x, y, z)

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

z

z position of the point

Examples

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

MilesMcBain/r2vr documentation built on March 29, 2021, 12:03 p.m.