Struct Hull.HalfEdge
- Assembly
- ValveResourceFormat.dll
Represents a half-edge in the hull mesh.
public readonly struct Hull.HalfEdgeInherited Members
Constructors
HalfEdge(KVObject)
Initializes a new instance of the ValveResourceFormat.ResourceTypes.RubikonPhysics.Shapes.Hull.HalfEdge struct.
public HalfEdge(KVObject data)Parameters
dataKVObject
Fields
Face
The face index.
public readonly byte FaceField Value
Next
Next edge index in CCW circular list around face
public readonly byte NextField Value
Origin
The origin vertex index.
public readonly byte OriginField Value
Twin
The twin edge index.
public readonly byte Twin