Struct GridBoundaryContact
Pairs an exact cell-contact manifold with both durable normalized grid identities.
public readonly struct GridBoundaryContact
- Inherited Members
Properties
Contact
The exact contact between the source and target cells.
public VoxelContactManifold Contact { get; }
Property Value
SourceConfigurationKey
The canonical source grid identity.
public GridConfigurationKey SourceConfigurationKey { get; }
Property Value
TargetConfigurationKey
The canonical target grid identity.
public GridConfigurationKey TargetConfigurationKey { get; }