Table of Contents

Struct OverlapInfoStack

Namespace
Stride.BepuPhysics
Assembly
Stride.BepuPhysics.dll

Unmanaged low level information about an overlap test

public readonly record struct OverlapInfoStack : IEquatable<OverlapInfoStack>
Implements
Inherited Members

Constructors

OverlapInfoStack(CollidableStack, Vector3, float)

Unmanaged low level information about an overlap test

public OverlapInfoStack(CollidableStack CollidableStack, Vector3 PenetrationDirection, float PenetrationLength)

Parameters

CollidableStack CollidableStack
PenetrationDirection Vector3

Direction the test shape as to move towards for it to exit out of this particular manifold

PenetrationLength float

Distance the test shape as to move towards for it to exit out of this particular manifold

Properties

CollidableStack

public CollidableStack CollidableStack { get; init; }

Property Value

CollidableStack

PenetrationDirection

Direction the test shape as to move towards for it to exit out of this particular manifold

public Vector3 PenetrationDirection { get; init; }

Property Value

Vector3

PenetrationLength

Distance the test shape as to move towards for it to exit out of this particular manifold

public float PenetrationLength { get; init; }

Property Value

float