OpenCvSharp.NativeMethods.vector_Point3f_getPointer C# (CSharp) Method

vector_Point3f_getPointer() private method

private vector_Point3f_getPointer ( IntPtr vector ) : IntPtr
vector IntPtr
return IntPtr
        public static extern IntPtr vector_Point3f_getPointer(IntPtr vector);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods