public class LineSegment
extends ParametricCurve
Parametric representation of a line.
Constructor and Description |
---|
LineSegment(Vector2d start,
Vector2d end)
Parametric representation of a line.
|
Modifier and Type | Method and Description |
---|---|
Vector2d |
internalDeriv$module(double t) |
Vector2d |
internalGet$module(double t) |
Vector2d |
internalSecondDeriv$module(double t) |
Vector2d |
internalThirdDeriv$module(double t) |
double |
length()
Returns the length of the curve.
|
double |
paramDeriv$module(double t) |
double |
paramSecondDeriv$module(double t) |
double |
paramThirdDeriv$module(double t) |
double |
reparam$module(double s) |
java.lang.String |
toString() |
deriv, deriv, end, endDeriv, endSecondDeriv, endThirdDeriv, get, get, length, secondDeriv, secondDeriv, start, startDeriv, startSecondDeriv, startThirdDeriv, tangentAngle, tangentAngle, tangentAngleDeriv, tangentAngleDeriv, tangentAngleSecondDeriv, tangentAngleSecondDeriv, thirdDeriv, thirdDeriv
public double length()
Returns the length of the curve.
@NotNull public Vector2d internalGet$module(double t)
@NotNull public Vector2d internalDeriv$module(double t)
@NotNull public Vector2d internalSecondDeriv$module(double t)
@NotNull public Vector2d internalThirdDeriv$module(double t)
public double reparam$module(double s)
public double paramDeriv$module(double t)
public double paramSecondDeriv$module(double t)
public double paramThirdDeriv$module(double t)
@NotNull public java.lang.String toString()