ArcLengthParameterization

public final class ArcLengthParameterization

Automatically reparameterizes this curve by computing many small samples. This is computationally expensive and should be avoided unless no faster way is available.

Parameters

tLo

the lower bound of the internal parameter

tHi

the upper bound of the internal parameter

maxSegmentLength

the maximum distance between two samples

maxDepth

the maximum number of times the curve can be divided into samples

maxDeltaK

the maximum change in curvature between two samples

Constructors

Properties

Link copied to clipboard
private final Double length

Returns the computed curve length.

Functions

Link copied to clipboard
public final Double length()
Link copied to clipboard
public final Double reparam(Double s)

Uses the samples computed to find the value of the internal parameter t that corresponds to the given length along the curve s.