Delegate CoordsToDelta
Namespace: Danmokou.DMath.Functions
Assembly: cs.temp.dll.dll
Syntax
public delegate TEx<VTPExpr> CoordsToDelta(ITexMovement vel, TEx<float> dt, TExV3 delta, TEx<float> x, TEx<float> y, TEx<float> z);
Parameters
Type | Name | Description |
---|---|---|
ITexMovement | vel | |
TEx<System.Single> | dt | |
TExV3 | delta | |
TEx<System.Single> | x | |
TEx<System.Single> | y | |
TEx<System.Single> | z |
Returns
Type | Description |
---|---|
TEx<VTPExpr> |