<Code Lib>
2020 Method
Changes 0
M

PointCloudFilter.TestPoint

Description:
Checks if a point is inside the volume of interest.

public virtual bool TestPoint(
	CloudPoint point
)

Return Value bool If true, the point is accepted, if false, the point is not accepted.

Loading…