Table of Contents

Struct Hull.HalfEdge

Namespace
ValveResourceFormat.ResourceTypes.RubikonPhysics.Shapes
Assembly
ValveResourceFormat.dll

Represents a half-edge in the hull mesh.

public readonly struct Hull.HalfEdge

Inherited Members

Constructors

HalfEdge(KVObject)

Initializes a new instance of the ValveResourceFormat.ResourceTypes.RubikonPhysics.Shapes.Hull.HalfEdge struct.

public HalfEdge(KVObject data)

Parameters

data KVObject

Fields

Face

The face index.

public readonly byte Face

Field Value

byte

Next

Next edge index in CCW circular list around face

public readonly byte Next

Field Value

byte

Origin

The origin vertex index.

public readonly byte Origin

Field Value

byte

Twin

The twin edge index.

public readonly byte Twin

Field Value

byte