2023 Method
Changes 0
M

PointCloudFilter.TestCell

Description:
Checks whether a given cell, i.e. a box aligned with the XYZ axes, is inside, outside or on the border of the volume of interest.
public int TestCell(
	XYZ min,
	XYZ max
)
Return Value int -1 -- The cell is entirely rejected. 0 -- The cell partially belongs to the volume of interest. Use PrepareForCell() and TestPoint() to evaluate individual points. 1 -- The cell is fully accepted.