View source: R/fGetProjectionsOnPlane.R
fGetProjectionsOnPlane | R Documentation |
Projections of 3d points on a plane
fGetProjectionsOnPlane( mCoordinates, mOriginCoordinates, nScreenPlaneCoefficients )
mCoordinates |
matrix with three columns [x,y,z] with >= one rows |
mOriginCoordinates |
three column, one row matrix specifying coordinates of where the scene is being viewed from |
nScreenPlaneCoefficients |
[a,b,c,d] such that ax + by + cz = d the plane on which mCoordinates should be projected |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.