cross_normalized: Compute the normalized cross product of two vectors

View source: R/linear-spherical-spline.R

cross_normalizedR Documentation

Compute the normalized cross product of two vectors

Description

This function computes the cross product of two input vectors u and v, normalizes the result, and returns the normalized vector.

Usage

cross_normalized(u, v)

Arguments

u

Numeric vector.

v

Numeric vector.

Value

Numeric vector representing the normalized cross product of u and v.

Examples

cross_normalized(c(1,0,0), c(0,1,0))

spheresmooth documentation built on May 29, 2024, 3:15 a.m.