/// <summary> /// Special constructor /// </summary> /// <param name="vec">Vec containing triangle (like those returned by Subdiv.gettrianglesList() method)</param> public Triangle(Vec6f vec) { i = new Point((int)(vec[0] + 0.5), (int)(vec[1] + 0.5)); j = new Point((int)(vec[2] + 0.5), (int)(vec[3] + 0.5)); k = new Point((int)(vec[4] + 0.5), (int)(vec[5] + 0.5)); }
public static extern ExceptionStatus core_FileStorage_shift_Vec6f(IntPtr fs, Vec6f val);
public static extern ExceptionStatus core_FileNode_read_Vec6f(IntPtr node, out Vec6f returnValue);
public static extern ExceptionStatus core_Mat_push_back_Vec6f(IntPtr self, Vec6f v);
public static extern void core_Mat_push_back_Vec6f(IntPtr self, Vec6f v);