OpenCvSharp.NativeMethods.vector_Vec3f_getPointer C# (CSharp) Method

vector_Vec3f_getPointer() private method

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