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

Method matrix_extract_pose

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

Source from the content-addressed store, hash-verified

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

Callers 1

MatrixClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected