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

Method bounds_capsule_contains

StereoKit/Native/NativeAPI.cs:95–96  ·  view source on GitHub ↗
(Bounds bounds, Vec3 linePt1, Vec3 linePt2, float radius)

Source from the content-addressed store, hash-verified

93 [return: MarshalAs(UnmanagedType.Bool)]
94 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool bounds_line_contains (Bounds bounds, Vec3 linePt1, Vec3 linePt2);
95 [return: MarshalAs(UnmanagedType.Bool)]
96 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool bounds_capsule_contains(Bounds bounds, Vec3 linePt1, Vec3 linePt2, float radius);
97 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Bounds bounds_grow_to_fit_pt (Bounds bounds, Vec3 pt);
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);

Callers 1

ContainsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected