BurstTriangulator
v3.8.0
Search Results for

    Show / Hide Table of Contents

    Struct NativeInputData<T2>

    Native correspondence to InputData<T2>.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: andywiecko.BurstTriangulator.LowLevel.Unsafe
    Assembly: .dll
    Syntax
    public struct NativeInputData<T2> where T2 : unmanaged
    Type Parameters
    Name Description
    T2

    Fields

    Name Description
    ConstraintEdges

    Optional buffer for constraint edges. This array constrains specific edges to be included in the final triangulation result. It should contain indexes corresponding to the Positions of the edges in the format [a₀, a₁, b₀, b₁, c₀, c₁, ...], where (a₀, a₁), (b₀, b₁), (c₀, c₁), etc., represent the constraint edges.

    HoleSeeds

    Optional buffer containing seeds for holes. These hole seeds serve as starting points for a removal process that mimics the spread of a virus. During this process, ConstraintEdges act as barriers to prevent further propagation. For more information, refer to the documentation.

    IgnoreConstraintForPlantingSeeds

    Optional buffer used to mark constraints that should be ignored during the seed planting step. The buffer length should be half the length of ConstraintEdges.

    Positions

    Positions of points used in triangulation.

    See Also

    InputData<T2>
    In this article
    Back to top Generated by DocFX | Documentation © 2024 by Andrzej Więckowski is licensed under CC BY 4.0