java.lang.Object
imagingbook.common.geometry.line.ParametricLine
This class represents a line in parametric form: x = s + t v, where s is a start point on the line, v is a direction vector, and t is a real variable. Instances are immutable. See Sec. 10.1 and Appendix F.1 of [1] for details.
[1] W. Burger, M.J. Burge, Digital Image Processing – An Algorithmic Introduction, 3rd ed, Springer (2022).
- Version:
- 2022/11/18
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ParametricLine
from
(AlgebraicLine al) double[]
getS()
double[]
getV()
static void
toString()