Struct Cuboid
A solid resembling a cube, with the rectangular faces not all equal; a rectangular parallelepiped.
public struct Cuboid
- Inherited Members
Fields
Max
The coordinate of the lower corner
public MCvPoint3D64f Max
Field Value
Min
The coordinate of the upper corner
public MCvPoint3D64f Min
Field Value
Properties
Centroid
Get the centroid of this cuboid
public MCvPoint3D64f Centroid { get; }
Property Value
Methods
Contains(MCvPoint3D64f)
Check if the specific point is in the Cuboid
public bool Contains(MCvPoint3D64f point)
Parameters
point
MCvPoint3D64fThe point to be checked
Returns
- bool
True if the point is in the cuboid