(in Matrix transform)
| 74 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Vec3 matrix_extract_scale (in Matrix transform); |
| 75 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Quat matrix_extract_rotation(in Matrix transform); |
| 76 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Pose matrix_extract_pose (in Matrix transform); |
| 77 | |
| 78 | /////////////////////////////////////////// |
| 79 |