public class CylinderFactory
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CylinderFactory.CylType |
Constructor and Description |
---|
CylinderFactory() |
Modifier and Type | Method and Description |
---|---|
static Cylinder |
getCylinder(double[] V,
double[] P,
SimulationParams simParams) |
static Cylinder |
getCylinder(double[] P,
SimulationParams simParams) |
public static Cylinder getCylinder(double[] P, SimulationParams simParams)
public static Cylinder getCylinder(double[] V, double[] P, SimulationParams simParams)