Struct BowyerWatsonTetrahedralization.Tetrahedron
- Namespace
 - Stride.Rendering.LightProbes
 
- Assembly
 - Stride.Rendering.dll
 
Represents a tetrahedron output as created by the BowyerWatsonTetrahedralization algorithm.
[DataSerializer(typeof(BowyerWatsonTetrahedralization.Tetrahedron.Serializer))]
public struct BowyerWatsonTetrahedralization.Tetrahedron
  - Inherited Members
 
Fields
Faces
The tetrahedron faces (as indices). If using bitwise complement (negative), it means the normal is reversed.
public int* Faces
  Field Value
- int*
 
Neighbours
The tetrahedron neighbours (as indices). They match opposite face of Vertices with same index.
public int* Neighbours
  Field Value
- int*
 
Vertices
The vertices (as indices).
public int* Vertices
  Field Value
- int*
 
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
  Returns
- string
 The fully qualified type name.