# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
#' Converts a 2D tangentspace vector representation to 3D
#'
#' @param x vetor length 3
#' @param a vetor length 2
#' @return vector length 3
get_v_rcpp <- function(x, a) {
.Call(`_spheregr_get_v_rcpp`, x, a)
}
#' Convert angle representation to R3.
#'
#' @param x vetor length 2
#' @return vector length 3
convert_a2e_1 <- function(x) {
.Call(`_spheregr_convert_a2e_1`, x)
}
#' Clamp vector to interval [-1, 1].
#'
#' @param x Numeric vector.
#' @return Numeric vector with values in [-1, 1].
clamp1 <- function(x) {
.Call(`_spheregr_clamp1`, x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.