Module imagingbook.common
Package imagingbook.common.geometry.line
package imagingbook.common.geometry.line
-
ClassesClassDescriptionThis class represents an algebraic line of the form A x + B y + C = 0.This class represents a straight line in Hessian normal form, i.e., x * cos(angle) + y * sin(angle) = radius.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.This class represents a line in slope-intercept form: y = k x + d.