fGetPlaneAt | R Documentation |
Getting plane coefficients from two vectors and a point that lie on the plane
fGetPlaneAt( mOriginCoordinates, mNormalVector = NULL, mInPlaneVector1 = NULL, mInPlaneVector2 = NULL )
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 |
[a,b,c,d] such that ax + by + cz = d
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.