コード例 #1
0
 /// <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));
 }
コード例 #2
0
 public static extern ExceptionStatus core_FileStorage_shift_Vec6f(IntPtr fs, Vec6f val);
コード例 #3
0
 public static extern ExceptionStatus core_FileNode_read_Vec6f(IntPtr node, out Vec6f returnValue);
コード例 #4
0
 public static extern ExceptionStatus core_Mat_push_back_Vec6f(IntPtr self, Vec6f v);
コード例 #5
0
 public static extern void core_Mat_push_back_Vec6f(IntPtr self, Vec6f v);