1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
#![allow(non_snake_case)]
#![allow(non_camel_case_types)]
#![allow(non_upper_case_globals)]
#![allow(unused_imports)]
use crate::*;
use std::os::raw::*;

#[repr(C, align(4))]
#[derive(Clone)]
pub struct Imath_3_0__Matrix33_float__t {
    pub x: *mut c_float,
}

#[repr(C, align(8))]
#[derive(Clone)]
pub struct Imath_3_0__Matrix33_double__t {
    pub x: *mut c_double,
}

#[repr(C, align(4))]
#[derive(Clone)]
pub struct Imath_3_0__Matrix44_float__t {
    pub x: *mut c_float,
}

#[repr(C, align(8))]
#[derive(Clone)]
pub struct Imath_3_0__Matrix44_double__t {
    pub x: *mut c_double,
}


#[repr(transparent)]
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub struct Imath_3_0__Uninitialized_e(pub u32);
pub const Imath_Uninitialized_UNINITIALIZED: Imath_3_0__Uninitialized_e = Imath_3_0__Uninitialized_e(0);


extern "C" {

pub fn Imath_3_0__Matrix33_float__row(this_: *mut Imath_M33f_t, return_: *mut *mut c_float, i: c_int) -> Exception;

pub fn Imath_3_0__Matrix33_float__row_const(this_: *const Imath_M33f_t, return_: *mut *const c_float, i: c_int) -> Exception;

pub fn Imath_3_0__Matrix33_float__uninitialized(this_: *mut Imath_M33f_t, _unused: Imath_Uninitialized) -> Exception;

pub fn Imath_3_0__Matrix33_float__identity(this_: *mut Imath_M33f_t) -> Exception;

pub fn Imath_3_0__Matrix33_float__broadcast(this_: *mut Imath_M33f_t, a: c_float) -> Exception;

pub fn Imath_3_0__Matrix33_float__from_array(this_: *mut Imath_M33f_t, a: *const c_float) -> Exception;

pub fn Imath_3_0__Matrix33_float__ctor(this_: *mut Imath_M33f_t, a: c_float, b: c_float, c: c_float, d: c_float, e: c_float, f: c_float, g: c_float, h: c_float, i: c_float) -> Exception;

pub fn Imath_3_0__Matrix33_float__ctor_1(this_: *mut Imath_M33f_t, v: *const Imath_M33f_t) -> Exception;

pub fn Imath_3_0__Matrix33_float___assign(this_: *mut Imath_M33f_t, return_: *mut *const Imath_M33f_t, v: *const Imath_M33f_t) -> Exception;

pub fn Imath_3_0__Matrix33_float__dtor(this_: *mut Imath_M33f_t) -> Exception;

pub fn Imath_3_0__Matrix33_float__getValue(this_: *mut Imath_M33f_t, return_: *mut *mut c_float) -> Exception;

pub fn Imath_3_0__Matrix33_float__getValue_const(this_: *const Imath_M33f_t, return_: *mut *const c_float) -> Exception;

pub fn Imath_3_0__Matrix33_float___eq(this_: *const Imath_M33f_t, return_: *mut bool, v: *const Imath_M33f_t) -> Exception;

pub fn Imath_3_0__Matrix33_float___ne(this_: *const Imath_M33f_t, return_: *mut bool, v: *const Imath_M33f_t) -> Exception;

pub fn Imath_3_0__Matrix33_float__equalWithAbsError(this_: *const Imath_M33f_t, return_: *mut bool, v: *const Imath_M33f_t, e: c_float) -> Exception;

pub fn Imath_3_0__Matrix33_float__equalWithRelError(this_: *const Imath_M33f_t, return_: *mut bool, v: *const Imath_M33f_t, e: c_float) -> Exception;

pub fn Imath_3_0__Matrix33_float___op_iadd(this_: *mut Imath_M33f_t, return_: *mut *const Imath_M33f_t, v: *const Imath_M33f_t) -> Exception;

pub fn Imath_3_0__Matrix33_float__add_assign_scalar(this_: *mut Imath_M33f_t, return_: *mut *const Imath_M33f_t, a: c_float) -> Exception;

pub fn Imath_3_0__Matrix33_float___op_add(this_: *const Imath_M33f_t, return_: *mut Imath_M33f_t, v: *const Imath_M33f_t) -> Exception;

pub fn Imath_3_0__Matrix33_float___op_isub(this_: *mut Imath_M33f_t, return_: *mut *const Imath_M33f_t, v: *const Imath_M33f_t) -> Exception;

pub fn Imath_3_0__Matrix33_float__sub_assign_scalar(this_: *mut Imath_M33f_t, return_: *mut *const Imath_M33f_t, a: c_float) -> Exception;

pub fn Imath_3_0__Matrix33_float___op_sub(this_: *const Imath_M33f_t, return_: *mut Imath_M33f_t, v: *const Imath_M33f_t) -> Exception;

pub fn Imath_3_0__Matrix33_float___op_sub_1(this_: *const Imath_M33f_t, return_: *mut Imath_M33f_t) -> Exception;

pub fn Imath_3_0__Matrix33_float__negate(this_: *mut Imath_M33f_t, return_: *mut *const Imath_M33f_t) -> Exception;

pub fn Imath_3_0__Matrix33_float__mul_assign_scalar(this_: *mut Imath_M33f_t, return_: *mut *const Imath_M33f_t, a: c_float) -> Exception;

pub fn Imath_3_0__Matrix33_float__mul_scalar(this_: *const Imath_M33f_t, return_: *mut Imath_M33f_t, a: c_float) -> Exception;

pub fn Imath_3_0__Matrix33_float__div_assign_scalar(this_: *mut Imath_M33f_t, return_: *mut *const Imath_M33f_t, a: c_float) -> Exception;

pub fn Imath_3_0__Matrix33_float__div_scalar(this_: *const Imath_M33f_t, return_: *mut Imath_M33f_t, a: c_float) -> Exception;

pub fn Imath_3_0__Matrix33_float___op_imul(this_: *mut Imath_M33f_t, return_: *mut *const Imath_M33f_t, v: *const Imath_M33f_t) -> Exception;

pub fn Imath_3_0__Matrix33_float___op_mul(this_: *const Imath_M33f_t, return_: *mut Imath_M33f_t, v: *const Imath_M33f_t) -> Exception;

pub fn Imath_3_0__Matrix33_float__makeIdentity(this_: *mut Imath_M33f_t) -> Exception;

pub fn Imath_3_0__Matrix33_float__transpose(this_: *mut Imath_M33f_t, return_: *mut *const Imath_M33f_t) -> Exception;

pub fn Imath_3_0__Matrix33_float__transposed(this_: *const Imath_M33f_t, return_: *mut Imath_M33f_t) -> Exception;

pub fn Imath_3_0__Matrix33_float__invert(this_: *mut Imath_M33f_t, return_: *mut *const Imath_M33f_t) -> Exception;

pub fn Imath_3_0__Matrix33_float__inverse(this_: *const Imath_M33f_t, return_: *mut Imath_M33f_t) -> Exception;

pub fn Imath_3_0__Matrix33_float__gjInvert(this_: *mut Imath_M33f_t, return_: *mut *const Imath_M33f_t) -> Exception;

pub fn Imath_3_0__Matrix33_float__gjInverse(this_: *const Imath_M33f_t, return_: *mut Imath_M33f_t) -> Exception;

pub fn Imath_3_0__Matrix33_float__minorOf(this_: *const Imath_M33f_t, return_: *mut c_float, r: c_int, c: c_int) -> Exception;

pub fn Imath_3_0__Matrix33_float__fastMinor(this_: *const Imath_M33f_t, return_: *mut c_float, r0: c_int, r1: c_int, c0: c_int, c1: c_int) -> Exception;

pub fn Imath_3_0__Matrix33_float__determinant(this_: *const Imath_M33f_t, return_: *mut c_float) -> Exception;

pub fn Imath_3_0__Matrix33_float__setScale(this_: *mut Imath_M33f_t, return_: *mut *const Imath_M33f_t, s: c_float) -> Exception;

pub fn Imath_3_0__Matrix33_float__translation(this_: *const Imath_M33f_t, return_: *mut Imath_V2f_t) -> Exception;

pub fn Imath_3_0__Matrix33_float__baseTypeLowest_1(return_: *mut c_float) -> Exception;

pub fn Imath_3_0__Matrix33_float__baseTypeMax_1(return_: *mut c_float) -> Exception;

pub fn Imath_3_0__Matrix33_float__baseTypeSmallest_1(return_: *mut c_float) -> Exception;

pub fn Imath_3_0__Matrix33_float__baseTypeEpsilon_1(return_: *mut c_float) -> Exception;

pub fn Imath_3_0__Matrix33_float__dimensions_1(return_: *mut c_uint) -> Exception;

pub fn Imath_3_0__Matrix33_double__row(this_: *mut Imath_M33d_t, return_: *mut *mut c_double, i: c_int) -> Exception;

pub fn Imath_3_0__Matrix33_double__row_const(this_: *const Imath_M33d_t, return_: *mut *const c_double, i: c_int) -> Exception;

pub fn Imath_3_0__Matrix33_double__uninitialized(this_: *mut Imath_M33d_t, _unused: Imath_Uninitialized) -> Exception;

pub fn Imath_3_0__Matrix33_double__identity(this_: *mut Imath_M33d_t) -> Exception;

pub fn Imath_3_0__Matrix33_double__broadcast(this_: *mut Imath_M33d_t, a: c_double) -> Exception;

pub fn Imath_3_0__Matrix33_double__from_array(this_: *mut Imath_M33d_t, a: *const c_double) -> Exception;

pub fn Imath_3_0__Matrix33_double__ctor(this_: *mut Imath_M33d_t, a: c_double, b: c_double, c: c_double, d: c_double, e: c_double, f: c_double, g: c_double, h: c_double, i: c_double) -> Exception;

pub fn Imath_3_0__Matrix33_double__ctor_1(this_: *mut Imath_M33d_t, v: *const Imath_M33d_t) -> Exception;

pub fn Imath_3_0__Matrix33_double___assign(this_: *mut Imath_M33d_t, return_: *mut *const Imath_M33d_t, v: *const Imath_M33d_t) -> Exception;

pub fn Imath_3_0__Matrix33_double__dtor(this_: *mut Imath_M33d_t) -> Exception;

pub fn Imath_3_0__Matrix33_double__getValue(this_: *mut Imath_M33d_t, return_: *mut *mut c_double) -> Exception;

pub fn Imath_3_0__Matrix33_double__getValue_const(this_: *const Imath_M33d_t, return_: *mut *const c_double) -> Exception;

pub fn Imath_3_0__Matrix33_double___eq(this_: *const Imath_M33d_t, return_: *mut bool, v: *const Imath_M33d_t) -> Exception;

pub fn Imath_3_0__Matrix33_double___ne(this_: *const Imath_M33d_t, return_: *mut bool, v: *const Imath_M33d_t) -> Exception;

pub fn Imath_3_0__Matrix33_double__equalWithAbsError(this_: *const Imath_M33d_t, return_: *mut bool, v: *const Imath_M33d_t, e: c_double) -> Exception;

pub fn Imath_3_0__Matrix33_double__equalWithRelError(this_: *const Imath_M33d_t, return_: *mut bool, v: *const Imath_M33d_t, e: c_double) -> Exception;

pub fn Imath_3_0__Matrix33_double___op_iadd(this_: *mut Imath_M33d_t, return_: *mut *const Imath_M33d_t, v: *const Imath_M33d_t) -> Exception;

pub fn Imath_3_0__Matrix33_double__add_assign_scalar(this_: *mut Imath_M33d_t, return_: *mut *const Imath_M33d_t, a: c_double) -> Exception;

pub fn Imath_3_0__Matrix33_double___op_add(this_: *const Imath_M33d_t, return_: *mut Imath_M33d_t, v: *const Imath_M33d_t) -> Exception;

pub fn Imath_3_0__Matrix33_double___op_isub(this_: *mut Imath_M33d_t, return_: *mut *const Imath_M33d_t, v: *const Imath_M33d_t) -> Exception;

pub fn Imath_3_0__Matrix33_double__sub_assign_scalar(this_: *mut Imath_M33d_t, return_: *mut *const Imath_M33d_t, a: c_double) -> Exception;

pub fn Imath_3_0__Matrix33_double___op_sub(this_: *const Imath_M33d_t, return_: *mut Imath_M33d_t, v: *const Imath_M33d_t) -> Exception;

pub fn Imath_3_0__Matrix33_double___op_sub_1(this_: *const Imath_M33d_t, return_: *mut Imath_M33d_t) -> Exception;

pub fn Imath_3_0__Matrix33_double__negate(this_: *mut Imath_M33d_t, return_: *mut *const Imath_M33d_t) -> Exception;

pub fn Imath_3_0__Matrix33_double__mul_assign_scalar(this_: *mut Imath_M33d_t, return_: *mut *const Imath_M33d_t, a: c_double) -> Exception;

pub fn Imath_3_0__Matrix33_double__mul_scalar(this_: *const Imath_M33d_t, return_: *mut Imath_M33d_t, a: c_double) -> Exception;

pub fn Imath_3_0__Matrix33_double__div_assign_scalar(this_: *mut Imath_M33d_t, return_: *mut *const Imath_M33d_t, a: c_double) -> Exception;

pub fn Imath_3_0__Matrix33_double__div_scalar(this_: *const Imath_M33d_t, return_: *mut Imath_M33d_t, a: c_double) -> Exception;

pub fn Imath_3_0__Matrix33_double___op_imul(this_: *mut Imath_M33d_t, return_: *mut *const Imath_M33d_t, v: *const Imath_M33d_t) -> Exception;

pub fn Imath_3_0__Matrix33_double___op_mul(this_: *const Imath_M33d_t, return_: *mut Imath_M33d_t, v: *const Imath_M33d_t) -> Exception;

pub fn Imath_3_0__Matrix33_double__makeIdentity(this_: *mut Imath_M33d_t) -> Exception;

pub fn Imath_3_0__Matrix33_double__transpose(this_: *mut Imath_M33d_t, return_: *mut *const Imath_M33d_t) -> Exception;

pub fn Imath_3_0__Matrix33_double__transposed(this_: *const Imath_M33d_t, return_: *mut Imath_M33d_t) -> Exception;

pub fn Imath_3_0__Matrix33_double__invert(this_: *mut Imath_M33d_t, return_: *mut *const Imath_M33d_t) -> Exception;

pub fn Imath_3_0__Matrix33_double__inverse(this_: *const Imath_M33d_t, return_: *mut Imath_M33d_t) -> Exception;

pub fn Imath_3_0__Matrix33_double__gjInvert(this_: *mut Imath_M33d_t, return_: *mut *const Imath_M33d_t) -> Exception;

pub fn Imath_3_0__Matrix33_double__gjInverse(this_: *const Imath_M33d_t, return_: *mut Imath_M33d_t) -> Exception;

pub fn Imath_3_0__Matrix33_double__minorOf(this_: *const Imath_M33d_t, return_: *mut c_double, r: c_int, c: c_int) -> Exception;

pub fn Imath_3_0__Matrix33_double__fastMinor(this_: *const Imath_M33d_t, return_: *mut c_double, r0: c_int, r1: c_int, c0: c_int, c1: c_int) -> Exception;

pub fn Imath_3_0__Matrix33_double__determinant(this_: *const Imath_M33d_t, return_: *mut c_double) -> Exception;

pub fn Imath_3_0__Matrix33_double__setScale(this_: *mut Imath_M33d_t, return_: *mut *const Imath_M33d_t, s: c_double) -> Exception;

pub fn Imath_3_0__Matrix33_double__translation(this_: *const Imath_M33d_t, return_: *mut Imath_V2d_t) -> Exception;

pub fn Imath_3_0__Matrix33_double__baseTypeLowest_1(return_: *mut c_double) -> Exception;

pub fn Imath_3_0__Matrix33_double__baseTypeMax_1(return_: *mut c_double) -> Exception;

pub fn Imath_3_0__Matrix33_double__baseTypeSmallest_1(return_: *mut c_double) -> Exception;

pub fn Imath_3_0__Matrix33_double__baseTypeEpsilon_1(return_: *mut c_double) -> Exception;

pub fn Imath_3_0__Matrix33_double__dimensions_1(return_: *mut c_uint) -> Exception;

pub fn Imath_3_0__Matrix44_float__row(this_: *mut Imath_M44f_t, return_: *mut *mut c_float, i: c_int) -> Exception;

pub fn Imath_3_0__Matrix44_float__row_const(this_: *const Imath_M44f_t, return_: *mut *const c_float, i: c_int) -> Exception;

pub fn Imath_3_0__Matrix44_float__uninitialized(this_: *mut Imath_M44f_t, _unused: Imath_Uninitialized) -> Exception;

pub fn Imath_3_0__Matrix44_float__identity(this_: *mut Imath_M44f_t) -> Exception;

pub fn Imath_3_0__Matrix44_float__broadcast(this_: *mut Imath_M44f_t, a: c_float) -> Exception;

pub fn Imath_3_0__Matrix44_float__from_array(this_: *mut Imath_M44f_t, a: *const c_float) -> Exception;

pub fn Imath_3_0__Matrix44_float__ctor(this_: *mut Imath_M44f_t, a: c_float, b: c_float, c: c_float, d: c_float, e: c_float, f: c_float, g: c_float, h: c_float, i: c_float, j: c_float, k: c_float, l: c_float, m: c_float, n: c_float, o: c_float, p: c_float) -> Exception;

pub fn Imath_3_0__Matrix44_float__from_rotation_and_translation(this_: *mut Imath_M44f_t, r: Imath_M33f_t, t: Imath_V3f_t) -> Exception;

pub fn Imath_3_0__Matrix44_float__ctor_1(this_: *mut Imath_M44f_t, v: *const Imath_M44f_t) -> Exception;

pub fn Imath_3_0__Matrix44_float___assign(this_: *mut Imath_M44f_t, return_: *mut *const Imath_M44f_t, v: *const Imath_M44f_t) -> Exception;

pub fn Imath_3_0__Matrix44_float__dtor(this_: *mut Imath_M44f_t) -> Exception;

pub fn Imath_3_0__Matrix44_float__getValue(this_: *mut Imath_M44f_t, return_: *mut *mut c_float) -> Exception;

pub fn Imath_3_0__Matrix44_float__getValue_1(this_: *const Imath_M44f_t, return_: *mut *const c_float) -> Exception;

pub fn Imath_3_0__Matrix44_float___eq(this_: *const Imath_M44f_t, return_: *mut bool, v: *const Imath_M44f_t) -> Exception;

pub fn Imath_3_0__Matrix44_float___ne(this_: *const Imath_M44f_t, return_: *mut bool, v: *const Imath_M44f_t) -> Exception;

pub fn Imath_3_0__Matrix44_float__equalWithAbsError(this_: *const Imath_M44f_t, return_: *mut bool, v: *const Imath_M44f_t, e: c_float) -> Exception;

pub fn Imath_3_0__Matrix44_float__equalWithRelError(this_: *const Imath_M44f_t, return_: *mut bool, v: *const Imath_M44f_t, e: c_float) -> Exception;

pub fn Imath_3_0__Matrix44_float___op_iadd(this_: *mut Imath_M44f_t, return_: *mut *const Imath_M44f_t, v: *const Imath_M44f_t) -> Exception;

pub fn Imath_3_0__Matrix44_float__add_assign_scalar(this_: *mut Imath_M44f_t, return_: *mut *const Imath_M44f_t, a: c_float) -> Exception;

pub fn Imath_3_0__Matrix44_float___op_add(this_: *const Imath_M44f_t, return_: *mut Imath_M44f_t, v: *const Imath_M44f_t) -> Exception;

pub fn Imath_3_0__Matrix44_float___op_isub(this_: *mut Imath_M44f_t, return_: *mut *const Imath_M44f_t, v: *const Imath_M44f_t) -> Exception;

pub fn Imath_3_0__Matrix44_float__sub_assign_scalar(this_: *mut Imath_M44f_t, return_: *mut *const Imath_M44f_t, a: c_float) -> Exception;

pub fn Imath_3_0__Matrix44_float___op_sub(this_: *const Imath_M44f_t, return_: *mut Imath_M44f_t, v: *const Imath_M44f_t) -> Exception;

pub fn Imath_3_0__Matrix44_float___op_sub_1(this_: *const Imath_M44f_t, return_: *mut Imath_M44f_t) -> Exception;

pub fn Imath_3_0__Matrix44_float__negate(this_: *mut Imath_M44f_t, return_: *mut *const Imath_M44f_t) -> Exception;

pub fn Imath_3_0__Matrix44_float__mul_assign_scalar(this_: *mut Imath_M44f_t, return_: *mut *const Imath_M44f_t, a: c_float) -> Exception;

pub fn Imath_3_0__Matrix44_float__mul_scalar(this_: *const Imath_M44f_t, return_: *mut Imath_M44f_t, a: c_float) -> Exception;

pub fn Imath_3_0__Matrix44_float__div_assign_scalar(this_: *mut Imath_M44f_t, return_: *mut *const Imath_M44f_t, a: c_float) -> Exception;

pub fn Imath_3_0__Matrix44_float__div_scalar(this_: *const Imath_M44f_t, return_: *mut Imath_M44f_t, a: c_float) -> Exception;

pub fn Imath_3_0__Matrix44_float___op_imul(this_: *mut Imath_M44f_t, return_: *mut *const Imath_M44f_t, v: *const Imath_M44f_t) -> Exception;

pub fn Imath_3_0__Matrix44_float___op_mul(this_: *const Imath_M44f_t, return_: *mut Imath_M44f_t, v: *const Imath_M44f_t) -> Exception;

pub fn Imath_3_0__Matrix44_float__multiply_1(a: *const Imath_M44f_t, b: *const Imath_M44f_t, c: *mut Imath_M44f_t) -> Exception;

pub fn Imath_3_0__Matrix44_float__makeIdentity(this_: *mut Imath_M44f_t) -> Exception;

pub fn Imath_3_0__Matrix44_float__transpose(this_: *mut Imath_M44f_t, return_: *mut *const Imath_M44f_t) -> Exception;

pub fn Imath_3_0__Matrix44_float__transposed(this_: *const Imath_M44f_t, return_: *mut Imath_M44f_t) -> Exception;

pub fn Imath_3_0__Matrix44_float__invert(this_: *mut Imath_M44f_t, return_: *mut *const Imath_M44f_t) -> Exception;

pub fn Imath_3_0__Matrix44_float__inverse(this_: *const Imath_M44f_t, return_: *mut Imath_M44f_t) -> Exception;

pub fn Imath_3_0__Matrix44_float__gjInvert(this_: *mut Imath_M44f_t, return_: *mut *const Imath_M44f_t) -> Exception;

pub fn Imath_3_0__Matrix44_float__gjInverse(this_: *const Imath_M44f_t, return_: *mut Imath_M44f_t) -> Exception;

pub fn Imath_3_0__Matrix44_float__minorOf(this_: *const Imath_M44f_t, return_: *mut c_float, r: c_int, c: c_int) -> Exception;

pub fn Imath_3_0__Matrix44_float__fastMinor(this_: *const Imath_M44f_t, return_: *mut c_float, r0: c_int, r1: c_int, r2: c_int, c0: c_int, c1: c_int, c2: c_int) -> Exception;

pub fn Imath_3_0__Matrix44_float__determinant(this_: *const Imath_M44f_t, return_: *mut c_float) -> Exception;

pub fn Imath_3_0__Matrix44_float__setScale_uniform(this_: *mut Imath_M44f_t, return_: *mut *const Imath_M44f_t, s: c_float) -> Exception;

pub fn Imath_3_0__Matrix44_float__translation(this_: *const Imath_M44f_t, return_: *mut Imath_V3f_t) -> Exception;

pub fn Imath_3_0__Matrix44_float__baseTypeLowest_1(return_: *mut c_float) -> Exception;

pub fn Imath_3_0__Matrix44_float__baseTypeMax_1(return_: *mut c_float) -> Exception;

pub fn Imath_3_0__Matrix44_float__baseTypeSmallest_1(return_: *mut c_float) -> Exception;

pub fn Imath_3_0__Matrix44_float__baseTypeEpsilon_1(return_: *mut c_float) -> Exception;

pub fn Imath_3_0__Matrix44_float__dimensions_1(return_: *mut c_uint) -> Exception;

pub fn Imath_3_0__Matrix44_double__row(this_: *mut Imath_M44d_t, return_: *mut *mut c_double, i: c_int) -> Exception;

pub fn Imath_3_0__Matrix44_double__row_const(this_: *const Imath_M44d_t, return_: *mut *const c_double, i: c_int) -> Exception;

pub fn Imath_3_0__Matrix44_double__uninitialized(this_: *mut Imath_M44d_t, _unused: Imath_Uninitialized) -> Exception;

pub fn Imath_3_0__Matrix44_double__identity(this_: *mut Imath_M44d_t) -> Exception;

pub fn Imath_3_0__Matrix44_double__broadcast(this_: *mut Imath_M44d_t, a: c_double) -> Exception;

pub fn Imath_3_0__Matrix44_double__from_array(this_: *mut Imath_M44d_t, a: *const c_double) -> Exception;

pub fn Imath_3_0__Matrix44_double__ctor(this_: *mut Imath_M44d_t, a: c_double, b: c_double, c: c_double, d: c_double, e: c_double, f: c_double, g: c_double, h: c_double, i: c_double, j: c_double, k: c_double, l: c_double, m: c_double, n: c_double, o: c_double, p: c_double) -> Exception;

pub fn Imath_3_0__Matrix44_double__from_rotation_and_translation(this_: *mut Imath_M44d_t, r: Imath_M33d_t, t: Imath_V3d_t) -> Exception;

pub fn Imath_3_0__Matrix44_double__ctor_1(this_: *mut Imath_M44d_t, v: *const Imath_M44d_t) -> Exception;

pub fn Imath_3_0__Matrix44_double___assign(this_: *mut Imath_M44d_t, return_: *mut *const Imath_M44d_t, v: *const Imath_M44d_t) -> Exception;

pub fn Imath_3_0__Matrix44_double__dtor(this_: *mut Imath_M44d_t) -> Exception;

pub fn Imath_3_0__Matrix44_double__getValue(this_: *mut Imath_M44d_t, return_: *mut *mut c_double) -> Exception;

pub fn Imath_3_0__Matrix44_double__getValue_1(this_: *const Imath_M44d_t, return_: *mut *const c_double) -> Exception;

pub fn Imath_3_0__Matrix44_double___eq(this_: *const Imath_M44d_t, return_: *mut bool, v: *const Imath_M44d_t) -> Exception;

pub fn Imath_3_0__Matrix44_double___ne(this_: *const Imath_M44d_t, return_: *mut bool, v: *const Imath_M44d_t) -> Exception;

pub fn Imath_3_0__Matrix44_double__equalWithAbsError(this_: *const Imath_M44d_t, return_: *mut bool, v: *const Imath_M44d_t, e: c_double) -> Exception;

pub fn Imath_3_0__Matrix44_double__equalWithRelError(this_: *const Imath_M44d_t, return_: *mut bool, v: *const Imath_M44d_t, e: c_double) -> Exception;

pub fn Imath_3_0__Matrix44_double___op_iadd(this_: *mut Imath_M44d_t, return_: *mut *const Imath_M44d_t, v: *const Imath_M44d_t) -> Exception;

pub fn Imath_3_0__Matrix44_double__add_assign_scalar(this_: *mut Imath_M44d_t, return_: *mut *const Imath_M44d_t, a: c_double) -> Exception;

pub fn Imath_3_0__Matrix44_double___op_add(this_: *const Imath_M44d_t, return_: *mut Imath_M44d_t, v: *const Imath_M44d_t) -> Exception;

pub fn Imath_3_0__Matrix44_double___op_isub(this_: *mut Imath_M44d_t, return_: *mut *const Imath_M44d_t, v: *const Imath_M44d_t) -> Exception;

pub fn Imath_3_0__Matrix44_double__sub_assign_scalar(this_: *mut Imath_M44d_t, return_: *mut *const Imath_M44d_t, a: c_double) -> Exception;

pub fn Imath_3_0__Matrix44_double___op_sub(this_: *const Imath_M44d_t, return_: *mut Imath_M44d_t, v: *const Imath_M44d_t) -> Exception;

pub fn Imath_3_0__Matrix44_double___op_sub_1(this_: *const Imath_M44d_t, return_: *mut Imath_M44d_t) -> Exception;

pub fn Imath_3_0__Matrix44_double__negate(this_: *mut Imath_M44d_t, return_: *mut *const Imath_M44d_t) -> Exception;

pub fn Imath_3_0__Matrix44_double__mul_assign_scalar(this_: *mut Imath_M44d_t, return_: *mut *const Imath_M44d_t, a: c_double) -> Exception;

pub fn Imath_3_0__Matrix44_double__mul_scalar(this_: *const Imath_M44d_t, return_: *mut Imath_M44d_t, a: c_double) -> Exception;

pub fn Imath_3_0__Matrix44_double__div_assign_scalar(this_: *mut Imath_M44d_t, return_: *mut *const Imath_M44d_t, a: c_double) -> Exception;

pub fn Imath_3_0__Matrix44_double__div_scalar(this_: *const Imath_M44d_t, return_: *mut Imath_M44d_t, a: c_double) -> Exception;

pub fn Imath_3_0__Matrix44_double___op_imul(this_: *mut Imath_M44d_t, return_: *mut *const Imath_M44d_t, v: *const Imath_M44d_t) -> Exception;

pub fn Imath_3_0__Matrix44_double___op_mul(this_: *const Imath_M44d_t, return_: *mut Imath_M44d_t, v: *const Imath_M44d_t) -> Exception;

pub fn Imath_3_0__Matrix44_double__multiply_1(a: *const Imath_M44d_t, b: *const Imath_M44d_t, c: *mut Imath_M44d_t) -> Exception;

pub fn Imath_3_0__Matrix44_double__makeIdentity(this_: *mut Imath_M44d_t) -> Exception;

pub fn Imath_3_0__Matrix44_double__transpose(this_: *mut Imath_M44d_t, return_: *mut *const Imath_M44d_t) -> Exception;

pub fn Imath_3_0__Matrix44_double__transposed(this_: *const Imath_M44d_t, return_: *mut Imath_M44d_t) -> Exception;

pub fn Imath_3_0__Matrix44_double__invert(this_: *mut Imath_M44d_t, return_: *mut *const Imath_M44d_t) -> Exception;

pub fn Imath_3_0__Matrix44_double__inverse(this_: *const Imath_M44d_t, return_: *mut Imath_M44d_t) -> Exception;

pub fn Imath_3_0__Matrix44_double__gjInvert(this_: *mut Imath_M44d_t, return_: *mut *const Imath_M44d_t) -> Exception;

pub fn Imath_3_0__Matrix44_double__gjInverse(this_: *const Imath_M44d_t, return_: *mut Imath_M44d_t) -> Exception;

pub fn Imath_3_0__Matrix44_double__minorOf(this_: *const Imath_M44d_t, return_: *mut c_double, r: c_int, c: c_int) -> Exception;

pub fn Imath_3_0__Matrix44_double__fastMinor(this_: *const Imath_M44d_t, return_: *mut c_double, r0: c_int, r1: c_int, r2: c_int, c0: c_int, c1: c_int, c2: c_int) -> Exception;

pub fn Imath_3_0__Matrix44_double__determinant(this_: *const Imath_M44d_t, return_: *mut c_double) -> Exception;

pub fn Imath_3_0__Matrix44_double__setScale_uniform(this_: *mut Imath_M44d_t, return_: *mut *const Imath_M44d_t, s: c_double) -> Exception;

pub fn Imath_3_0__Matrix44_double__translation(this_: *const Imath_M44d_t, return_: *mut Imath_V3d_t) -> Exception;

pub fn Imath_3_0__Matrix44_double__baseTypeLowest_1(return_: *mut c_double) -> Exception;

pub fn Imath_3_0__Matrix44_double__baseTypeMax_1(return_: *mut c_double) -> Exception;

pub fn Imath_3_0__Matrix44_double__baseTypeSmallest_1(return_: *mut c_double) -> Exception;

pub fn Imath_3_0__Matrix44_double__baseTypeEpsilon_1(return_: *mut c_double) -> Exception;

pub fn Imath_3_0__Matrix44_double__dimensions_1(return_: *mut c_uint) -> Exception;


} // extern "C"