Delegate GCXF<T>
A wrapper type used for functions that operate over a
Namespace: Danmokou.DMath
Assembly: cs.temp.dll.dll
Syntax
public delegate T GCXF<T>(GenCtx gcx);
Parameters
| Type | Name | Description |
|---|---|---|
| GenCtx | gcx |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T | Return object type (eg. float, v2, rv2) |