Struct SphereBoxTester
- Namespace
- BepuPhysics.CollisionDetection.CollisionTasks
- Assembly
- BepuPhysics.dll
public struct SphereBoxTester : IPairTester<SphereWide, BoxWide, Convex1ContactManifoldWide>
- Implements
- Inherited Members
Properties
BatchSize
Gets the nubmer of pairs which would ideally be gathered together before executing a wide test.
public static int BatchSize { get; }
Property Value
Methods
Test(ref SphereWide, ref BoxWide, ref Vector<float>, ref Vector3Wide, ref QuaternionWide, ref QuaternionWide, int, out Convex1ContactManifoldWide)
public static void Test(ref SphereWide a, ref BoxWide b, ref Vector<float> speculativeMargin, ref Vector3Wide offsetB, ref QuaternionWide orientationA, ref QuaternionWide orientationB, int pairCount, out Convex1ContactManifoldWide manifold)
Parameters
aSphereWidebBoxWidespeculativeMarginVector<float>offsetBVector3WideorientationAQuaternionWideorientationBQuaternionWidepairCountintmanifoldConvex1ContactManifoldWide
Test(ref SphereWide, ref BoxWide, ref Vector<float>, ref Vector3Wide, ref QuaternionWide, int, out Convex1ContactManifoldWide)
public static void Test(ref SphereWide a, ref BoxWide b, ref Vector<float> speculativeMargin, ref Vector3Wide offsetB, ref QuaternionWide orientationB, int pairCount, out Convex1ContactManifoldWide manifold)
Parameters
aSphereWidebBoxWidespeculativeMarginVector<float>offsetBVector3WideorientationBQuaternionWidepairCountintmanifoldConvex1ContactManifoldWide
Test(ref SphereWide, ref BoxWide, ref Vector<float>, ref Vector3Wide, int, out Convex1ContactManifoldWide)
public static void Test(ref SphereWide a, ref BoxWide b, ref Vector<float> speculativeMargin, ref Vector3Wide offsetB, int pairCount, out Convex1ContactManifoldWide manifold)
Parameters
aSphereWidebBoxWidespeculativeMarginVector<float>offsetBVector3WidepairCountintmanifoldConvex1ContactManifoldWide