public class Curve extends Module
| Modifier and Type | Class and Description |
|---|---|
static class |
Curve.ControlPoint |
sourceModule| Constructor and Description |
|---|
Curve() |
| Modifier and Type | Method and Description |
|---|---|
void |
addControlPoint(double inputValue,
double outputValue) |
void |
clearAllControlPoints() |
Curve.ControlPoint[] |
getControlPoints() |
int |
getSourceModuleCount() |
double |
getValue(double x,
double y,
double z) |
getSourceModule, setSourceModulepublic void addControlPoint(double inputValue,
double outputValue)
public Curve.ControlPoint[] getControlPoints()
public void clearAllControlPoints()
public int getSourceModuleCount()
getSourceModuleCount in class ModuleCopyright © 2013–2017 Flow Powered. All rights reserved.