Method Triangulate
Triangulate(UnsafeTriangulator, InputData<double2>, OutputData<double2>, Args, Allocator)
Performs triangulation on the given input
, producing the result in output
based on the settings specified in args
.
This method corresponds to the native implementation of Run().
Declaration
public static void Triangulate(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:
The input
and output
native containers must be allocated by the user. Some buffers are optional; refer to the documentation for more details.
Triangulate(UnsafeTriangulator<float2>, InputData<float2>, OutputData<float2>, Args, Allocator)
Performs triangulation on the given input
, producing the result in output
based on the settings specified in args
.
This method corresponds to the native implementation of Run().
Declaration
public static void Triangulate(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:
The input
and output
native containers must be allocated by the user. Some buffers are optional; refer to the documentation for more details.
Triangulate(UnsafeTriangulator<Vector2>, InputData<Vector2>, OutputData<Vector2>, Args, Allocator)
Performs triangulation on the given input
, producing the result in output
based on the settings specified in args
.
This method corresponds to the native implementation of Run().
Declaration
public static void Triangulate(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:
The input
and output
native containers must be allocated by the user. Some buffers are optional; refer to the documentation for more details.
Triangulate(UnsafeTriangulator<double2>, InputData<double2>, OutputData<double2>, Args, Allocator)
Performs triangulation on the given input
, producing the result in output
based on the settings specified in args
.
This method corresponds to the native implementation of Run().
Declaration
public static void Triangulate(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:
The input
and output
native containers must be allocated by the user. Some buffers are optional; refer to the documentation for more details.
Triangulate(UnsafeTriangulator<int2>, InputData<int2>, OutputData<int2>, Args, Allocator)
Performs triangulation on the given input
, producing the result in output
based on the settings specified in args
.
This method corresponds to the native implementation of Run().
Declaration
public static void Triangulate(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:
The input
and output
native containers must be allocated by the user. Some buffers are optional; refer to the documentation for more details.
Triangulate(UnsafeTriangulator<fp2>, InputData<fp2>, OutputData<fp2>, Args, Allocator)
Performs triangulation on the given input
, producing the result in output
based on the settings specified in args
.
This method corresponds to the native implementation of Run().
Declaration
public static void Triangulate(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:
The input
and output
native containers must be allocated by the user. Some buffers are optional; refer to the documentation for more details.