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

Method bounds_transform

StereoKit/Native/NativeAPI.cs:100–100  ·  view source on GitHub ↗
(Bounds bounds, Matrix transform)

Source from the content-addressed store, hash-verified

98 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Bounds bounds_grow_to_fit_box (Bounds bounds, Bounds box, in Matrix opt_transform);
99 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Bounds bounds_grow_to_fit_box (Bounds bounds, Bounds box, IntPtr opt_transform);
100 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Bounds bounds_transform (Bounds bounds, Matrix transform);
101 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Vec3 ray_point_closest (Ray ray, Vec3 pt);
102 [return: MarshalAs(UnmanagedType.Bool)]
103 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool ray_from_mouse (Vec2 screen_pixel_pos, out Ray out_ray);

Callers 1

TransformedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected