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

Method matrix_extract_scale

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

Source from the content-addressed store, hash-verified

72 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Pose matrix_transform_pose (Matrix transform, Pose pose);
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

Callers 1

MatrixClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected