Check if the specific point is in the Cuboid

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.793 (2.1.0.793)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Contains(
	MCvPoint3D64f point
)
Public Function Contains ( _
	point As MCvPoint3D64f _
) As Boolean
public:
bool Contains(
	MCvPoint3D64f point
)

Parameters

point
MCvPoint3D64f
The point to be checked

Return Value

True if the point is in the cuboid

See Also