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