Class Solver
A static class that exposes Solver configuration structures.
Inherited Members
Namespace: Unity.Physics
Assembly: Unity.Physics.dll
Syntax
public static class Solver
Methods
CalculateInvTimeStep(float)
Takes the timestep in ms and returns the inverse of the timestep (frequency) in Hz.
Declaration
public static float CalculateInvTimeStep(float timeStep)
Parameters
Type | Name | Description |
---|---|---|
float | timeStep | The time step in ms. |
Returns
Type | Description |
---|---|
float | The frequency in Hz. |