Delegate LVTP
A function that converts ParametricInfo into a possibly-rotated Cartesian coordinate representing the next position that the LaserMovement struct should take with a timestep of dT and a laser lifetime of lT.
Namespace: Danmokou.DMath
Assembly: cs.temp.dll.dll
Syntax
public delegate void LVTP(ref LaserMovement vel, in float dT, in float lT, ref ParametricInfo bpi, ref Vector3 delta);
Parameters
Type | Name | Description |
---|---|---|
LaserMovement | vel | |
System.Single | dT | |
System.Single | lT | |
ParametricInfo | bpi | |
Vector3 | delta |