Plane3D is an R6::R6Class() object representing three-dimensional planes.
Public fields
aNumeric vector that parameterizes the plane via the equation
a * x + b * y + c * z + d = 0.bNumeric vector that parameterizes the plane via the equation
a * x + b * y + c * z + d = 0.cNumeric vector that parameterizes the plane via the equation
a * x + b * y + c * z + d = 0.dNumeric vector that parameterizes the plane via the equation
a * x + b * y + c * z + d = 0.
Methods
Plane3D$new()
Usage
Plane3D$new(a, b, c, d)Arguments
aNumeric vector that parameterizes the plane via the equation
a * x + b * y + c * z + d = 0.bNumeric vector that parameterizes the plane via the equation
a * x + b * y + c * z + d = 0.cNumeric vector that parameterizes the plane via the equation
a * x + b * y + c * z + d = 0.dNumeric vector that parameterizes the plane via the equation
a * x + b * y + c * z + d = 0.
Plane3D$print()
Arguments
nNumber of lines to print. If
NULLprint all of them....Passed to
format.default().
