www.emgu.com/wiki
Calculates vertices of the input 2d box.

Declaration Syntax
Public Shared Sub cvBoxPoints ( _
box As MCvBox2D, _
pt As Single() _
)
public:
static void cvBoxPoints(
MCvBox2D box,
array<float>^ pt
)

Parameters
- box (MCvBox2D)
- The box
- pt (array<
Single
>[]()[])
- An array of size 8, where the coordinate for ith point is: [pt[i>>1], pt[(i>>1)+1]]
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)