Struct PatchedNBody.OdeSolutionComponent
public readonly struct PatchedNBody.OdeSolutionComponent
- Inherited Members
- Extension Methods
Constructors
OdeSolutionComponent(double, double, double3, double3)
public OdeSolutionComponent(double time, double stepSize, double3 position, double3 velocity)
Parameters
Fields
Position
public readonly double3 Position
Field Value
- double3
Time
public readonly double Time
Field Value
Velocity
public readonly double3 Velocity
Field Value
- double3