Method Run
Run(Triangulator<float2>)
Perform the job's Execute method immediately on the same thread.
Declaration
public static void Run(this Triangulator<float2> @this)Parameters
| Type | Name | Description | 
|---|---|---|
| Triangulator<float2> | this | 
Run(Triangulator<Vector2>)
Perform the job's Execute method immediately on the same thread.
Declaration
public static void Run(this Triangulator<Vector2> @this)Parameters
| Type | Name | Description | 
|---|---|---|
| Triangulator<Vector2> | this | 
Run(Triangulator<double2>)
Perform the job's Execute method immediately on the same thread.
Declaration
public static void Run(this Triangulator<double2> @this)Parameters
| Type | Name | Description | 
|---|---|---|
| Triangulator<double2> | this | 
Run(Triangulator<int2>)
Perform the job's Execute method immediately on the same thread.
Declaration
public static void Run(this Triangulator<int2> @this)Parameters
| Type | Name | Description | 
|---|---|---|
| Triangulator<int2> | this | 
Run(Triangulator<fp2>)
Perform the job's Execute method immediately on the same thread.
Declaration
public static void Run(this Triangulator<fp2> @this)Parameters
| Type | Name | Description | 
|---|---|---|
| Triangulator<fp2> | this |