LineSegment

public final class LineSegment extends ParametricCurve

Parametric representation of a line.

Parameters

start

start vector

end

end vector

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public Double length()

Returns the length of the curve.

Link copied to clipboard
public Double project(Vector2d query)

Returns the nearest point on the curve in terms of the internal parameter t.

Link copied to clipboard

If this curve can not trivially be reparameterized to an arc length parameter, it should be done here.

Link copied to clipboard
public String toString()