Table of Contents

Struct SimplexCache

Namespace
Alis.Core.Physic.Collision
Assembly
Alis.dll

Used to warm start ComputeDistance. Set count to zero on first call.

public struct SimplexCache

Inherited Members

Fields

Count

Length or area

public ushort Count

Field Value

ushort

IndexA

Vertices on shape A

public FixedArray3<byte> IndexA

Field Value

FixedArray3<byte>

IndexB

Vertices on shape B

public FixedArray3<byte> IndexB

Field Value

FixedArray3<byte>

Metric

The metric

public float Metric

Field Value

float