Delegate CoordF
A function that converts ParametricInfo into a possibly-rotated Cartesian coordinate.
Namespace: Danmokou.DMath
Assembly: cs.temp.dll.dll
Syntax
public delegate void CoordF(float cos, float sin, ParametricInfo bpi, ref Vector3 vec);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | cos | |
| System.Single | sin | |
| ParametricInfo | bpi | |
| Vector3 | vec |