View source: R/fRemovePointsBehindDividingPlane.R
fRemovePointsBehindDividingPlane | R Documentation |
Removes unnecessary points behind the plane and keeps only those behind points which are adjacent to a point in front for interpolation by fGetInterpolatedPointsAtDivisionPlane
fRemovePointsBehindDividingPlane( mCoordinates, nDivisionPlaneCoefficients, bOriginDestinationInPositiveDirection = T, iTreatAs = 1 )
mCoordinates |
matrix with three columns [x,y,z] with >= one rows |
nDivisionPlaneCoefficients |
matrix with four columns [a,b,c,d] such that the equation of the plan is ax + by + cz = d. This is the plane across which the data could be spread across |
bOriginDestinationInPositiveDirection |
boolean. Dictates which side of the plane should be treated as behind and which front |
iTreatAs |
Explained in mViewBeginsFromCoordinates in fGetTransformedCoordinates. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.