| VectorOfPoint3f Constructor (IEnumerablePoint3f) | 
        
          
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic VectorOfPoint3f(
	IEnumerable<Point3f> data
)
Public Sub New ( 
	data As IEnumerable(Of Point3f)
)
public:
VectorOfPoint3f(
	IEnumerable<Point3f>^ data
)
new : 
        data : IEnumerable<Point3f> -> VectorOfPoint3fOpenCvSharp.VectorOfPoint3f = function(data);
Parameters
- data
- Type: System.Collections.GenericIEnumerablePoint3f
 
 See Also
See Also