Table of Contents

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

sbyte

BackTetrahedron

public int BackTetrahedron

Field Value

int

FrontFace

public sbyte FrontFace

Field Value

sbyte

FrontTetrahedron

public int FrontTetrahedron

Field Value

int

Normal

public Vector3 Normal

Field Value

Vector3

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.