Struct Hull.HalfEdge
- 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
Next
Next edge index in CCW circular list around face
public readonly byte Next
Field Value
Origin
The origin vertex index.
public readonly byte Origin
Field Value
Twin
The twin edge index.
public readonly byte Twin