Package: qsplines 1.0.1
qsplines: Quaternions Splines
Provides routines to create some quaternions splines: Barry-Goldman algorithm, De Casteljau algorithm, and Kochanek-Bartels algorithm. The implementations are based on the Python library 'splines'. Quaternions splines allow to construct spherical curves. References: Barry and Goldman <doi:10.1145/54852.378511>, Kochanek and Bartels <doi:10.1145/800031.808575>.
Authors:
qsplines_1.0.1.tar.gz
qsplines_1.0.1.zip(r-4.5)qsplines_1.0.1.zip(r-4.4)qsplines_1.0.1.zip(r-4.3)
qsplines_1.0.1.tgz(r-4.4-x86_64)qsplines_1.0.1.tgz(r-4.4-arm64)qsplines_1.0.1.tgz(r-4.3-x86_64)qsplines_1.0.1.tgz(r-4.3-arm64)
qsplines_1.0.1.tar.gz(r-4.5-noble)qsplines_1.0.1.tar.gz(r-4.4-noble)
qsplines_1.0.1.tgz(r-4.4-emscripten)qsplines_1.0.1.tgz(r-4.3-emscripten)
qsplines.pdf |qsplines.html✨
qsplines/json (API)
NEWS
# Install 'qsplines' in R: |
install.packages('qsplines', repos = c('https://stla.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/stla/qsplines/issues
Last updated 2 years agofrom:6e1b2f703c. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 27 2024 |
R-4.5-win-x86_64 | OK | Oct 27 2024 |
R-4.5-linux-x86_64 | OK | Oct 27 2024 |
R-4.4-win-x86_64 | OK | Oct 27 2024 |
R-4.4-mac-x86_64 | OK | Oct 27 2024 |
R-4.4-mac-aarch64 | OK | Oct 27 2024 |
R-4.3-win-x86_64 | OK | Oct 27 2024 |
R-4.3-mac-x86_64 | OK | Oct 27 2024 |
R-4.3-mac-aarch64 | OK | Oct 27 2024 |
Exports:BarryGoldmanDeCasteljauinterpolateTimesKochanekBartelsquaternionFromToshinyKBS
Dependencies:base64encBHbslibcachemclicommonmarkcrayondigestdisordRemulatorfastmapfontawesomefreealgfsgluegmphtmltoolshttpuvjquerylibjsonlitelaterlatticelifecyclemagrittrmathjaxrMatrixmemoisemimemvtnormonionpartitionspolynompromisesR6rappdirsrbibutilsRcppRdpackrlangsasssetsshinysourcetoolswithrxtable
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Barry-Goldman quaternions spline | BarryGoldman |
Spline using the De Casteljau algorithm | DeCasteljau |
Interpolate a vector of times | interpolateTimes |
Kochanek-Bartels quaternions spline | KochanekBartels |
Quaternion between two vectors | quaternionFromTo |
Shiny demonstration of Kochanek-Bartels spline | shinyKBS |