Struct DensityProfileLayer
public struct DensityProfileLayer
- Inherited Members
- Extension Methods
Constructors
DensityProfileLayer(string, float, float, float, float, float)
public DensityProfileLayer(string name, float width, float exp_term, float exp_scale, float linear_term, float constant_term)
Parameters
Properties
ConstantTerm
public readonly float ConstantTerm { get; }
Property Value
ExpScale
public readonly float ExpScale { get; }
Property Value
ExpTerm
public readonly float ExpTerm { get; }
Property Value
LinearTerm
public readonly float LinearTerm { get; }
Property Value
Name
public readonly string Name { get; }
Property Value
Width
public readonly float Width { get; }