Delegate V2ToCoords
Namespace: Danmokou.DMath.Functions
Assembly: cs.temp.dll.dll
Syntax
public delegate TEx<VTPExpr> V2ToCoords(TEx<float> cosRot, TEx<float> sinRot, TExArgCtx tac, Func<TEx<float>, TEx<float>, TEx<float>, TEx> continuation);
Parameters
Type | Name | Description |
---|---|---|
TEx<System.Single> | cosRot | |
TEx<System.Single> | sinRot | |
TExArgCtx | tac | |
System.Func<TEx<System.Single>, TEx<System.Single>, TEx<System.Single>, TEx> | continuation |
Returns
Type | Description |
---|---|
TEx<VTPExpr> |