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

Method matrix_extract_rotation

StereoKit/Native/NativeAPI.cs:75–75  ·  view source on GitHub ↗
(in Matrix transform)

Source from the content-addressed store, hash-verified

73 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Matrix matrix_trs (in Vec3 position, in Quat orientation, in Vec3 scale);
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 ///////////////////////////////////////////

Callers 1

MatrixClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected