Struct BowyerWatsonTetrahedralization.Face
- Namespace
 - Stride.Rendering.LightProbes
 
- Assembly
 - Stride.Rendering.dll
 
[DataSerializer(typeof(BowyerWatsonTetrahedralization.Face.Serializer))]
public struct BowyerWatsonTetrahedralization.Face
  - Inherited Members
 
Fields
BackFace
public sbyte BackFace
  Field Value
BackTetrahedron
public int BackTetrahedron
  Field Value
FrontFace
public sbyte FrontFace
  Field Value
FrontTetrahedron
public int FrontTetrahedron
  Field Value
Normal
public Vector3 Normal
  Field Value
Vertices
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.