computeSpline: Compute the value of the tangent angle spline at s.

Description Usage Arguments Value

View source: R/spline.R

Description

Compute the value of the tangent angle spline at s.

Usage

1
computeSpline(s, si, sj, thetai, thetaj, deli)

Arguments

s

The arc distance along the spline to compute the tangent at

si

The arc distance at point measured point i. si < s and si > sk for all other sk < s.

sj

The arc distance at the point after i. sj > s and sj < sh for all other sh > s.

thetai

The tangent to the curve at distance si.

thetaj

The tangent to the curve at distance sj.

deli

The uncircleness of the spline between si and sj

Value

The tangent to the spline at distance s along the spline


klapaukh/hangler documentation built on May 20, 2019, 11:04 a.m.