Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    BowyerWatsonTetrahedralization.Face Struct

    Namespace: Stride.Rendering.LightProbes
    Assembly: Stride.Rendering.dll

    [DataSerializer(typeof(BowyerWatsonTetrahedralization.Face.Serializer))]
    public struct Face
    Name Description
    Fields
    BackFace
    BackTetrahedron
    FrontFace
    FrontTetrahedron
    Normal
    Vertices
    Methods
    ToString()
    | Improve this Doc View Source

    Fields


    BackFace

    public sbyte BackFace
    Field Value
    Type Description
    System.SByte

    BackTetrahedron

    public int BackTetrahedron
    Field Value
    Type Description
    System.Int32

    FrontFace

    public sbyte FrontFace
    Field Value
    Type Description
    System.SByte

    FrontTetrahedron

    public int FrontTetrahedron
    Field Value
    Type Description
    System.Int32

    Normal

    public Vector3 Normal
    Field Value
    Type Description
    Vector3

    Vertices

    public int *Vertices
    Field Value
    Type Description
    System.Int32*
    | Improve this Doc View Source

    Methods


    ToString()

    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()

    Inherited Members

    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation