| 316 | | DataType &getType (void); |
|---|
| 317 | | |
|---|
| 318 | | static Char8 *getSName (void) { return "SFMatrix4fx"; } |
|---|
| 319 | | static Char8 *getMName (void) { return "MFMatrix4fx"; } |
|---|
| 320 | | |
|---|
| 321 | | static Matrix4fx getDefault (void) { return Matrix4fx(); } |
|---|
| | 316 | DataType &getType (void); |
|---|
| | 317 | |
|---|
| | 318 | static Char8 const *getSName (void) { return "SFMatrix4fx"; } |
|---|
| | 319 | static Char8 const *getMName (void) { return "MFMatrix4fx"; } |
|---|
| | 320 | |
|---|
| | 321 | static Matrix4fx const getDefault(void) { return Matrix4fx(); } |
|---|
| 398 | | DataType &getType (void); |
|---|
| 399 | | |
|---|
| 400 | | static Char8 *getSName (void) { return "SFQuaternion"; } |
|---|
| 401 | | static Char8 *getMName (void) { return "MFQuaternion"; } |
|---|
| 402 | | |
|---|
| 403 | | static Quaternion getDefault (void) { return Quaternion(); } |
|---|
| | 398 | DataType &getType (void); |
|---|
| | 399 | |
|---|
| | 400 | static Char8 const *getSName (void) { return "SFQuaternion"; } |
|---|
| | 401 | static Char8 const *getMName (void) { return "MFQuaternion"; } |
|---|
| | 402 | |
|---|
| | 403 | static Quaternion const getDefault(void) { return Quaternion(); } |
|---|
| 442 | | DataType &getType (void); |
|---|
| 443 | | |
|---|
| 444 | | static Char8 *getSName (void) { return "SFQuaternionfx"; } |
|---|
| 445 | | static Char8 *getMName (void) { return "MFQuaternionfx"; } |
|---|
| 446 | | |
|---|
| 447 | | static Quaternionfx getDefault (void) { return Quaternionfx(); } |
|---|
| | 442 | DataType &getType (void); |
|---|
| | 443 | |
|---|
| | 444 | static Char8 const *getSName (void) { return "SFQuaternionfx"; } |
|---|
| | 445 | static Char8 const *getMName (void) { return "MFQuaternionfx"; } |
|---|
| | 446 | |
|---|
| | 447 | static Quaternionfx const getDefault(void) { return Quaternionfx(); } |
|---|