Convert the points to a sequence of CvPoint3D32f

C# | Visual Basic | Visual C++ |
public static Seq<MCvPoint3D32f> To3D32Sequence<D>( MemStorage stor, IEnumerable<Point<D>> points ) where D : new(), IComparable
Public Shared Function To3D32Sequence(Of D As {New, IComparable}) ( _ stor As MemStorage, _ points As IEnumerable(Of Point(Of D)) _ ) As Seq(Of MCvPoint3D32f)
public: generic<typename D> where D : gcnew(), IComparable static Seq<MCvPoint3D32f>^ To3D32Sequence( MemStorage^ stor, IEnumerable<Point<D>^>^ points )

- D
[Missing <typeparam name="D"/> documentation for "M:Emgu.CV.PointCollection.To3D32Sequence``1(Emgu.CV.MemStorage,System.Collections.Generic.IEnumerable{Emgu.CV.Point{``0}})"]

- stor (MemStorage)
- The sotrage
- points (IEnumerable<(Of <(Point<(Of <(D>)>)>)>))
- The points to be converted to sequence

A pointer to the sequence