类 SawToothPhaseModuleValue
java.lang.Object
org.hipparchus.samples.complex.DomainColoring
org.hipparchus.samples.complex.SawToothPhaseModuleValue
领域着色增强相位和模块变化。
值使用两个锯齿函数编码相位和模块。
这些锯齿函数是从自然对数和分数部分计算出来的。它们增强了相位和模块变化,带有不连续性和暗色块。
-
构造器概要
限定符构造器说明protected
SawToothPhaseModuleValue
(double saturation, double minBrightness, double maxBrightness, int nbLines) 简单构造函数。 -
方法概要
从类继承的方法 org.hipparchus.samples.complex.DomainColoring
hue, saturation
-
构造器详细资料
-
SawToothPhaseModuleValue
protected SawToothPhaseModuleValue(double saturation, double minBrightness, double maxBrightness, int nbLines) 简单构造函数。- 参数:
-
saturation
- 常量饱和度 -
minBrightness
- 最小亮度 -
maxBrightness
- 最大亮度 -
nbLines
- 每个周期的行数
-
-
方法详细资料
-
value
获取复数值的值。- 指定者:
-
value
在类中DomainColoring
- 参数:
-
z
- 复数值 - 返回:
- 值
-