MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / quat_difference

Method quat_difference

StereoKit/Native/NativeAPI.cs:68–68  ·  view source on GitHub ↗
(in Quat a, in Quat b)

Source from the content-addressed store, hash-verified

66 ///////////////////////////////////////////
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

Callers 3

QuatClass · 0.80
DifferenceMethod · 0.80
DeltaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected