Table of Contents

Class PatchedConicSolver.SolverParameters

Namespace
KSP.Sim.impl
Assembly
Assembly-CSharp.dll

Defines the parameters needed for the solver with default values assigned to maxGeometrySolverIterations (25), maxTimeSolverIterations (50), and outerReaches (1E+20).

public class PatchedConicSolver.SolverParameters
Inheritance
PatchedConicSolver.SolverParameters
Inherited Members
Extension Methods

Constructors

SolverParameters()

public SolverParameters()

Fields

GeoSolverIterations

public int GeoSolverIterations

Field Value

int

TimeSolverIterations1

public int TimeSolverIterations1

Field Value

int

debug_disableEscapeCheck

public bool debug_disableEscapeCheck

Field Value

bool

maxGeometrySolverIterations

public int maxGeometrySolverIterations

Field Value

int

maxTimeSolverIterations

public int maxTimeSolverIterations

Field Value

int

outerReaches

public double outerReaches

Field Value

double