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

Method quat_lookat

StereoKit/Native/NativeAPI.cs:69–69  ·  view source on GitHub ↗
(in Vec3 from, in Vec3 at)

Source from the content-addressed store, hash-verified

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);

Callers 1

LookDirMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected