Пример #1
0
 public static extern void GrannyTransformFile(
     TPtr <granny_file_info> FileInfo,
     [In] ref Vector3 Affine3,
     [In] ref granny_matrix_3x3 Linear3x3,
     [In] ref granny_matrix_3x3 InverseLinear3x3,
     float AffineTolerance,
     float LinearTolerance,
     granny_transform_file_flags Flags);
Пример #2
0
 public static extern bool GrannyComputeBasisConversion(
     [In] TPtr <granny_file_info> FileInfo,
     float DesiredUnitsPerMeter,
     [In] ref Vector3 DesiredOrigin3,
     [In] ref Vector3 DesiredRight3,
     [In] ref Vector3 DesiredUp3,
     [In] ref Vector3 DesiredBack3,
     out Vector3 ResultAffine3,
     out granny_matrix_3x3 ResultLinear3x3,
     out granny_matrix_3x3 ResultInverseLinear3x3);