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