Table of Contents

Struct CCDContinuationIndex

Namespace
BepuPhysics.CollisionDetection
Assembly
BepuPhysics.dll
public struct CCDContinuationIndex
Inherited Members

Constructors

CCDContinuationIndex(int)

public CCDContinuationIndex(int packed)

Parameters

packed int

CCDContinuationIndex(int, int)

public CCDContinuationIndex(int type, int index)

Parameters

type int
index int

Fields

Packed

public uint Packed

Field Value

uint

Properties

Exists

Gets whether this index actually refers to anything. The Type and Index should only be used if this is true.

public bool Exists { get; }

Property Value

bool

Index

Gets the index of the continuation.

public int Index { get; }

Property Value

int

Type

Gets the type index of the continuation.

public int Type { get; }

Property Value

int

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.