コード例 #1
0
 public static void UVHelperGetFrontUVQ(
     UVHelperRef uvHelperRef,
     Point3D point,
     out UVQ uvq)
 {
     ThrowOut(
         UVHelperGetFrontUVQ(
             uvHelperRef.intPtr,
             point,
             out uvq),
         "Could not get front UVQ.");
 }
コード例 #2
0
 static extern int UVHelperGetFrontUVQ(
     IntPtr uvHelperRef,
     Point3D point,
     out UVQ uvq);