@@ -13,7 +13,7 @@ namespace UnityEngine.Formats.FbxSdk {
13
13
public class FbxAMatrix : FbxDouble4x4 {
14
14
private global ::System . Runtime . InteropServices . HandleRef swigCPtr ;
15
15
16
- internal FbxAMatrix ( global ::System . IntPtr cPtr , bool cMemoryOwn ) : base ( GlobalsPINVOKE . FbxAMatrix_SWIGUpcast ( cPtr ) , cMemoryOwn ) {
16
+ internal FbxAMatrix ( global ::System . IntPtr cPtr , bool cMemoryOwn ) : base ( NativeMethods . FbxAMatrix_SWIGUpcast ( cPtr ) , cMemoryOwn ) {
17
17
swigCPtr = new global ::System . Runtime . InteropServices . HandleRef ( this , cPtr ) ;
18
18
}
19
19
@@ -30,7 +30,7 @@ public override void Dispose() {
30
30
if ( swigCPtr . Handle != global ::System . IntPtr . Zero ) {
31
31
if ( swigCMemOwn ) {
32
32
swigCMemOwn = false ;
33
- GlobalsPINVOKE . delete_FbxAMatrix ( swigCPtr ) ;
33
+ NativeMethods . delete_FbxAMatrix ( swigCPtr ) ;
34
34
}
35
35
swigCPtr = new global ::System . Runtime . InteropServices . HandleRef ( null , global ::System . IntPtr . Zero ) ;
36
36
}
@@ -39,174 +39,174 @@ public override void Dispose() {
39
39
}
40
40
}
41
41
42
- public FbxAMatrix ( ) : this ( GlobalsPINVOKE . new_FbxAMatrix__SWIG_0 ( ) , true ) {
42
+ public FbxAMatrix ( ) : this ( NativeMethods . new_FbxAMatrix__SWIG_0 ( ) , true ) {
43
43
}
44
44
45
- public FbxAMatrix ( FbxAMatrix pOther ) : this ( GlobalsPINVOKE . new_FbxAMatrix__SWIG_1 ( FbxAMatrix . getCPtr ( pOther ) ) , true ) {
46
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
45
+ public FbxAMatrix ( FbxAMatrix pOther ) : this ( NativeMethods . new_FbxAMatrix__SWIG_1 ( FbxAMatrix . getCPtr ( pOther ) ) , true ) {
46
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
47
47
}
48
48
49
- public FbxAMatrix ( FbxVector4 pT , FbxVector4 pR , FbxVector4 pS ) : this ( GlobalsPINVOKE . new_FbxAMatrix__SWIG_2 ( pT , pR , pS ) , true ) {
49
+ public FbxAMatrix ( FbxVector4 pT , FbxVector4 pR , FbxVector4 pS ) : this ( NativeMethods . new_FbxAMatrix__SWIG_2 ( pT , pR , pS ) , true ) {
50
50
}
51
51
52
52
public double Get ( int pY , int pX ) {
53
- double ret = GlobalsPINVOKE . FbxAMatrix_Get ( swigCPtr , pY , pX ) ;
54
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
53
+ double ret = NativeMethods . FbxAMatrix_Get ( swigCPtr , pY , pX ) ;
54
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
55
55
return ret ;
56
56
}
57
57
58
58
public FbxVector4 GetT ( ) {
59
- var ret = GlobalsPINVOKE . FbxAMatrix_GetT ( swigCPtr ) ;
60
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
59
+ var ret = NativeMethods . FbxAMatrix_GetT ( swigCPtr ) ;
60
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
61
61
return ret ;
62
62
}
63
63
64
64
public FbxVector4 GetR ( ) {
65
- var ret = GlobalsPINVOKE . FbxAMatrix_GetR ( swigCPtr ) ;
66
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
65
+ var ret = NativeMethods . FbxAMatrix_GetR ( swigCPtr ) ;
66
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
67
67
return ret ;
68
68
}
69
69
70
70
public FbxQuaternion GetQ ( ) {
71
- FbxQuaternion ret = new FbxQuaternion ( GlobalsPINVOKE . FbxAMatrix_GetQ ( swigCPtr ) , true ) ;
72
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
71
+ FbxQuaternion ret = new FbxQuaternion ( NativeMethods . FbxAMatrix_GetQ ( swigCPtr ) , true ) ;
72
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
73
73
return ret ;
74
74
}
75
75
76
76
public FbxVector4 GetS ( ) {
77
- var ret = GlobalsPINVOKE . FbxAMatrix_GetS ( swigCPtr ) ;
78
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
77
+ var ret = NativeMethods . FbxAMatrix_GetS ( swigCPtr ) ;
78
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
79
79
return ret ;
80
80
}
81
81
82
82
public FbxVector4 GetRow ( int pY ) {
83
- var ret = GlobalsPINVOKE . FbxAMatrix_GetRow ( swigCPtr , pY ) ;
84
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
83
+ var ret = NativeMethods . FbxAMatrix_GetRow ( swigCPtr , pY ) ;
84
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
85
85
return ret ;
86
86
}
87
87
88
88
public FbxVector4 GetColumn ( int pX ) {
89
- var ret = GlobalsPINVOKE . FbxAMatrix_GetColumn ( swigCPtr , pX ) ;
90
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
89
+ var ret = NativeMethods . FbxAMatrix_GetColumn ( swigCPtr , pX ) ;
90
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
91
91
return ret ;
92
92
}
93
93
94
94
public void SetIdentity ( ) {
95
- GlobalsPINVOKE . FbxAMatrix_SetIdentity ( swigCPtr ) ;
96
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
95
+ NativeMethods . FbxAMatrix_SetIdentity ( swigCPtr ) ;
96
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
97
97
}
98
98
99
99
public void SetT ( FbxVector4 pT ) {
100
- GlobalsPINVOKE . FbxAMatrix_SetT ( swigCPtr , pT ) ;
101
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
100
+ NativeMethods . FbxAMatrix_SetT ( swigCPtr , pT ) ;
101
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
102
102
}
103
103
104
104
public void SetR ( FbxVector4 pR ) {
105
- GlobalsPINVOKE . FbxAMatrix_SetR ( swigCPtr , pR ) ;
106
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
105
+ NativeMethods . FbxAMatrix_SetR ( swigCPtr , pR ) ;
106
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
107
107
}
108
108
109
109
public void SetQ ( FbxQuaternion pQ ) {
110
- GlobalsPINVOKE . FbxAMatrix_SetQ ( swigCPtr , FbxQuaternion . getCPtr ( pQ ) ) ;
111
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
110
+ NativeMethods . FbxAMatrix_SetQ ( swigCPtr , FbxQuaternion . getCPtr ( pQ ) ) ;
111
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
112
112
}
113
113
114
114
public void SetS ( FbxVector4 pS ) {
115
- GlobalsPINVOKE . FbxAMatrix_SetS ( swigCPtr , pS ) ;
116
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
115
+ NativeMethods . FbxAMatrix_SetS ( swigCPtr , pS ) ;
116
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
117
117
}
118
118
119
119
public void SetTRS ( FbxVector4 pT , FbxVector4 pR , FbxVector4 pS ) {
120
- GlobalsPINVOKE . FbxAMatrix_SetTRS ( swigCPtr , pT , pR , pS ) ;
121
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
120
+ NativeMethods . FbxAMatrix_SetTRS ( swigCPtr , pT , pR , pS ) ;
121
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
122
122
}
123
123
124
124
public void SetTQS ( FbxVector4 pT , FbxQuaternion pQ , FbxVector4 pS ) {
125
- GlobalsPINVOKE . FbxAMatrix_SetTQS ( swigCPtr , pT , FbxQuaternion . getCPtr ( pQ ) , pS ) ;
126
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
125
+ NativeMethods . FbxAMatrix_SetTQS ( swigCPtr , pT , FbxQuaternion . getCPtr ( pQ ) , pS ) ;
126
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
127
127
}
128
128
129
129
private FbxAMatrix operator_Scale ( double pValue ) {
130
- FbxAMatrix ret = new FbxAMatrix ( GlobalsPINVOKE . FbxAMatrix_operator_Scale ( swigCPtr , pValue ) , true ) ;
131
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
130
+ FbxAMatrix ret = new FbxAMatrix ( NativeMethods . FbxAMatrix_operator_Scale ( swigCPtr , pValue ) , true ) ;
131
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
132
132
return ret ;
133
133
}
134
134
135
135
private FbxAMatrix operator_InvScale ( double pValue ) {
136
- FbxAMatrix ret = new FbxAMatrix ( GlobalsPINVOKE . FbxAMatrix_operator_InvScale ( swigCPtr , pValue ) , true ) ;
137
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
136
+ FbxAMatrix ret = new FbxAMatrix ( NativeMethods . FbxAMatrix_operator_InvScale ( swigCPtr , pValue ) , true ) ;
137
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
138
138
return ret ;
139
139
}
140
140
141
141
public FbxVector4 MultT ( FbxVector4 pVector4 ) {
142
- var ret = GlobalsPINVOKE . FbxAMatrix_MultT ( swigCPtr , pVector4 ) ;
143
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
142
+ var ret = NativeMethods . FbxAMatrix_MultT ( swigCPtr , pVector4 ) ;
143
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
144
144
return ret ;
145
145
}
146
146
147
147
public FbxVector4 MultR ( FbxVector4 pVector4 ) {
148
- var ret = GlobalsPINVOKE . FbxAMatrix_MultR ( swigCPtr , pVector4 ) ;
149
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
148
+ var ret = NativeMethods . FbxAMatrix_MultR ( swigCPtr , pVector4 ) ;
149
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
150
150
return ret ;
151
151
}
152
152
153
153
public FbxQuaternion MultQ ( FbxQuaternion pQuaternion ) {
154
- FbxQuaternion ret = new FbxQuaternion ( GlobalsPINVOKE . FbxAMatrix_MultQ ( swigCPtr , FbxQuaternion . getCPtr ( pQuaternion ) ) , true ) ;
155
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
154
+ FbxQuaternion ret = new FbxQuaternion ( NativeMethods . FbxAMatrix_MultQ ( swigCPtr , FbxQuaternion . getCPtr ( pQuaternion ) ) , true ) ;
155
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
156
156
return ret ;
157
157
}
158
158
159
159
public FbxVector4 MultS ( FbxVector4 pVector4 ) {
160
- var ret = GlobalsPINVOKE . FbxAMatrix_MultS ( swigCPtr , pVector4 ) ;
161
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
160
+ var ret = NativeMethods . FbxAMatrix_MultS ( swigCPtr , pVector4 ) ;
161
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
162
162
return ret ;
163
163
}
164
164
165
165
private FbxAMatrix operator_Negate ( ) {
166
- FbxAMatrix ret = new FbxAMatrix ( GlobalsPINVOKE . FbxAMatrix_operator_Negate ( swigCPtr ) , true ) ;
167
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
166
+ FbxAMatrix ret = new FbxAMatrix ( NativeMethods . FbxAMatrix_operator_Negate ( swigCPtr ) , true ) ;
167
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
168
168
return ret ;
169
169
}
170
170
171
171
private FbxAMatrix operator_Mul ( FbxAMatrix pOther ) {
172
- FbxAMatrix ret = new FbxAMatrix ( GlobalsPINVOKE . FbxAMatrix_operator_Mul ( swigCPtr , FbxAMatrix . getCPtr ( pOther ) ) , true ) ;
173
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
172
+ FbxAMatrix ret = new FbxAMatrix ( NativeMethods . FbxAMatrix_operator_Mul ( swigCPtr , FbxAMatrix . getCPtr ( pOther ) ) , true ) ;
173
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
174
174
return ret ;
175
175
}
176
176
177
177
public FbxAMatrix Inverse ( ) {
178
- FbxAMatrix ret = new FbxAMatrix ( GlobalsPINVOKE . FbxAMatrix_Inverse ( swigCPtr ) , true ) ;
179
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
178
+ FbxAMatrix ret = new FbxAMatrix ( NativeMethods . FbxAMatrix_Inverse ( swigCPtr ) , true ) ;
179
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
180
180
return ret ;
181
181
}
182
182
183
183
public FbxAMatrix Transpose ( ) {
184
- FbxAMatrix ret = new FbxAMatrix ( GlobalsPINVOKE . FbxAMatrix_Transpose ( swigCPtr ) , true ) ;
185
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
184
+ FbxAMatrix ret = new FbxAMatrix ( NativeMethods . FbxAMatrix_Transpose ( swigCPtr ) , true ) ;
185
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
186
186
return ret ;
187
187
}
188
188
189
189
public FbxAMatrix Slerp ( FbxAMatrix pOther , double pWeight ) {
190
- FbxAMatrix ret = new FbxAMatrix ( GlobalsPINVOKE . FbxAMatrix_Slerp ( swigCPtr , FbxAMatrix . getCPtr ( pOther ) , pWeight ) , true ) ;
191
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
190
+ FbxAMatrix ret = new FbxAMatrix ( NativeMethods . FbxAMatrix_Slerp ( swigCPtr , FbxAMatrix . getCPtr ( pOther ) , pWeight ) , true ) ;
191
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
192
192
return ret ;
193
193
}
194
194
195
195
private bool _equals ( FbxAMatrix pOther ) {
196
- bool ret = GlobalsPINVOKE . FbxAMatrix__equals ( swigCPtr , FbxAMatrix . getCPtr ( pOther ) ) ;
197
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
196
+ bool ret = NativeMethods . FbxAMatrix__equals ( swigCPtr , FbxAMatrix . getCPtr ( pOther ) ) ;
197
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
198
198
return ret ;
199
199
}
200
200
201
201
public bool IsIdentity ( double pThreshold ) {
202
- bool ret = GlobalsPINVOKE . FbxAMatrix_IsIdentity__SWIG_0 ( swigCPtr , pThreshold ) ;
203
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
202
+ bool ret = NativeMethods . FbxAMatrix_IsIdentity__SWIG_0 ( swigCPtr , pThreshold ) ;
203
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
204
204
return ret ;
205
205
}
206
206
207
207
public bool IsIdentity ( ) {
208
- bool ret = GlobalsPINVOKE . FbxAMatrix_IsIdentity__SWIG_1 ( swigCPtr ) ;
209
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
208
+ bool ret = NativeMethods . FbxAMatrix_IsIdentity__SWIG_1 ( swigCPtr ) ;
209
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
210
210
return ret ;
211
211
}
212
212
@@ -260,8 +260,8 @@ public override bool Equals(object obj){
260
260
}
261
261
262
262
public override int GetHashCode ( ) {
263
- int ret = GlobalsPINVOKE . FbxAMatrix_GetHashCode ( swigCPtr ) ;
264
- if ( GlobalsPINVOKE . SWIGPendingException . Pending ) throw GlobalsPINVOKE . SWIGPendingException . Retrieve ( ) ;
263
+ int ret = NativeMethods . FbxAMatrix_GetHashCode ( swigCPtr ) ;
264
+ if ( NativeMethods . SWIGPendingException . Pending ) throw NativeMethods . SWIGPendingException . Retrieve ( ) ;
265
265
return ret ;
266
266
}
267
267
0 commit comments