geo_plane_fun: Coordinate function of a plane

View source: R/geometry.R

geo_plane_funR Documentation

Coordinate function of a plane

Description

Function returning a cas function of a plane defined by position vector p and the normal vector n of a plane.

Usage

geo_plane_fun(p, n)

Arguments

p

position vector

n

normal vector of the plane

Details

The calculation is done by Ryacas (yacas) and uses symbolic math. The package Ryacas and the software YACAS needs to be installed.

http://www.yacas.org/

Value

Yacas function

Author(s)

Florian Wagner florian.wagner@wagnius.ch

Examples

library(Ryacas)
geo_plane_fun(c(2,3,4), c(12,5,1)|>math_unit_vector())

wagnius-GmbH/slvwagner documentation built on Jan. 19, 2025, 7:10 a.m.