| 67 | |
| 68 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Quat quat_difference (in Quat a, in Quat b); |
| 69 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Quat quat_lookat (in Vec3 from, in Vec3 at); |
| 70 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Quat quat_lookat_up (in Vec3 from, in Vec3 at, in Vec3 up); |
| 71 | |
| 72 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Pose matrix_transform_pose (Matrix transform, Pose pose); |