Plane3D
is an R6::R6Class()
object representing three-dimensional planes.
a
Numeric vector that parameterizes the plane via the equation a * x + b * y + c * z + d = 0
.
b
Numeric vector that parameterizes the plane via the equation a * x + b * y + c * z + d = 0
.
c
Numeric vector that parameterizes the plane via the equation a * x + b * y + c * z + d = 0
.
d
Numeric vector that parameterizes the plane via the equation a * x + b * y + c * z + d = 0
.
new()
Plane3D$new(a, b, c, d)
a
Numeric vector that parameterizes the plane via the equation a * x + b * y + c * z + d = 0
.
b
Numeric vector that parameterizes the plane via the equation a * x + b * y + c * z + d = 0
.
c
Numeric vector that parameterizes the plane via the equation a * x + b * y + c * z + d = 0
.
d
Numeric vector that parameterizes the plane via the equation a * x + b * y + c * z + d = 0
.
print()
Plane3D$print(n = NULL, ...)
n
Number of lines to print. If NULL
print all of them.
...
Passed to format.default()
.
clone()
The objects of this class are cloneable with this method.
Plane3D$clone(deep = FALSE)
deep
Whether to make a deep clone.