Method PlantHoleSeeds
PlantHoleSeeds(UnsafeTriangulator, InputData<double2>, OutputData<double2>, Args, Allocator)
Plants hole seeds defined in input
(or restores boundaries or auto-holes if specified in args
)
within the triangulation data in output
, using the settings specified in args
.
Declaration
public static void PlantHoleSeeds(this UnsafeTriangulator @this, InputData<double2> input, OutputData<double2> output, Args args, Allocator allocator)
Parameters
Type | Name | Description |
---|---|---|
UnsafeTriangulator | this | |
InputData<double2> | input | |
OutputData<double2> | output | |
Args | args | |
Allocator | allocator | The allocator to use. If called from a job, consider using Allocator.Temp. |
Remarks
Note:
This method requires that output
contains valid triangulation data.
The input
and output
native containers must be allocated by the user. Some buffers are optional; refer to the documentation for more details.
PlantHoleSeeds(UnsafeTriangulator<float2>, InputData<float2>, OutputData<float2>, Args, Allocator)
Plants hole seeds defined in input
(or restores boundaries or auto-holes if specified in args
)
within the triangulation data in output
, using the settings specified in args
.
Declaration
public static void PlantHoleSeeds(this UnsafeTriangulator<float2> @this, InputData<float2> input, OutputData<float2> output, Args args, Allocator allocator)
Parameters
Type | Name | Description |
---|---|---|
UnsafeTriangulator<float2> | this | |
InputData<float2> | input | |
OutputData<float2> | output | |
Args | args | |
Allocator | allocator | The allocator to use. If called from a job, consider using Allocator.Temp. |
Remarks
Note:
This method requires that output
contains valid triangulation data.
The input
and output
native containers must be allocated by the user. Some buffers are optional; refer to the documentation for more details.
PlantHoleSeeds(UnsafeTriangulator<Vector2>, InputData<Vector2>, OutputData<Vector2>, Args, Allocator)
Plants hole seeds defined in input
(or restores boundaries or auto-holes if specified in args
)
within the triangulation data in output
, using the settings specified in args
.
Declaration
public static void PlantHoleSeeds(this UnsafeTriangulator<Vector2> @this, InputData<Vector2> input, OutputData<Vector2> output, Args args, Allocator allocator)
Parameters
Type | Name | Description |
---|---|---|
UnsafeTriangulator<Vector2> | this | |
InputData<Vector2> | input | |
OutputData<Vector2> | output | |
Args | args | |
Allocator | allocator | The allocator to use. If called from a job, consider using Allocator.Temp. |
Remarks
Note:
This method requires that output
contains valid triangulation data.
The input
and output
native containers must be allocated by the user. Some buffers are optional; refer to the documentation for more details.
PlantHoleSeeds(UnsafeTriangulator<double2>, InputData<double2>, OutputData<double2>, Args, Allocator)
Plants hole seeds defined in input
(or restores boundaries or auto-holes if specified in args
)
within the triangulation data in output
, using the settings specified in args
.
Declaration
public static void PlantHoleSeeds(this UnsafeTriangulator<double2> @this, InputData<double2> input, OutputData<double2> output, Args args, Allocator allocator)
Parameters
Type | Name | Description |
---|---|---|
UnsafeTriangulator<double2> | this | |
InputData<double2> | input | |
OutputData<double2> | output | |
Args | args | |
Allocator | allocator | The allocator to use. If called from a job, consider using Allocator.Temp. |
Remarks
Note:
This method requires that output
contains valid triangulation data.
The input
and output
native containers must be allocated by the user. Some buffers are optional; refer to the documentation for more details.
PlantHoleSeeds(UnsafeTriangulator<int2>, InputData<int2>, OutputData<int2>, Args, Allocator)
Plants hole seeds defined in input
(or restores boundaries or auto-holes if specified in args
)
within the triangulation data in output
, using the settings specified in args
.
Declaration
public static void PlantHoleSeeds(this UnsafeTriangulator<int2> @this, InputData<int2> input, OutputData<int2> output, Args args, Allocator allocator)
Parameters
Type | Name | Description |
---|---|---|
UnsafeTriangulator<int2> | this | |
InputData<int2> | input | |
OutputData<int2> | output | |
Args | args | |
Allocator | allocator | The allocator to use. If called from a job, consider using Allocator.Temp. |
Remarks
Note:
This method requires that output
contains valid triangulation data.
The input
and output
native containers must be allocated by the user. Some buffers are optional; refer to the documentation for more details.
PlantHoleSeeds(UnsafeTriangulator<fp2>, InputData<fp2>, OutputData<fp2>, Args, Allocator)
Plants hole seeds defined in input
(or restores boundaries or auto-holes if specified in args
)
within the triangulation data in output
, using the settings specified in args
.
Declaration
public static void PlantHoleSeeds(this UnsafeTriangulator<fp2> @this, InputData<fp2> input, OutputData<fp2> output, Args args, Allocator allocator)
Parameters
Type | Name | Description |
---|---|---|
UnsafeTriangulator<fp2> | this | |
InputData<fp2> | input | |
OutputData<fp2> | output | |
Args | args | |
Allocator | allocator | The allocator to use. If called from a job, consider using Allocator.Temp. |
Remarks
Note:
This method requires that output
contains valid triangulation data.
The input
and output
native containers must be allocated by the user. Some buffers are optional; refer to the documentation for more details.