fGetPlaneAt: Getting plane coefficients from two vectors and a point that...

View source: R/fGetPlaneAt.r

fGetPlaneAtR Documentation

Getting plane coefficients from two vectors and a point that lie on the plane

Description

Getting plane coefficients from two vectors and a point that lie on the plane

Usage

fGetPlaneAt(
  mOriginCoordinates,
  mNormalVector = NULL,
  mInPlaneVector1 = NULL,
  mInPlaneVector2 = NULL
)

Arguments

mOriginCoordinates

a point on the plane

mNormalVector

vector perpedicular to the plane

mInPlaneVector1

a vector in the plane

mInPlaneVector2

a vector in the plane != mInPlaneVector1 You need to supply mOriginCoordinates and either mNormalVector or mInPlaneVector1, mInPlaneVector2 to identify a plane

Value

[a,b,c,d] such that ax + by + cz = d


thecomeonman/POV documentation built on Sept. 24, 2022, 8:31 p.m.