Point1D is an R6::R6Class() object representing one-dimensional points.
Public fields
aNumeric vector that parameterizes the point via the equation
a * x + b = 0.bNumeric vector that parameterizes the point via the equation
a * x + b = 0.
Methods
Point1D$new()
Usage
Point1D$new(a, b)Point1D$print()
Arguments
nNumber of lines to print. If
NULLprint all of them....Passed to
format.default().
Examples
p1 <- as_point1d(a = 1, b = 5)
