Emgu CV Library Documentation
Vertices Property
NamespacesEmgu.CVTriangle3D<(Of <(T>)>)Vertices

www.emgu.com/wiki
Get or set the vertices of this triangle
Declaration Syntax
C#Visual BasicVisual C++
public Point3D<T>[] Vertices { get; set; }
Public Property Vertices As Point3D(Of T)()
public:
property array<Point3D<T>^>^ Vertices {
	array<Point3D<T>^>^ get ();
	void set (array<Point3D<T>^>^ value);
}

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)