public interface QuadraticCurve
extends org.eclipse.emf.ecore.EObject
The following features are supported:
CommonCurvePackage.getQuadraticCurve()
Modifier and Type | Method and Description |
---|---|
double |
getA()
Returns the value of the 'A' attribute.
|
double |
getB()
Returns the value of the 'B' attribute.
|
double |
getC()
Returns the value of the 'C' attribute.
|
void |
setA(double value)
Sets the value of the '
A ' attribute. |
void |
setB(double value)
Sets the value of the '
B ' attribute. |
void |
setC(double value)
Sets the value of the '
C ' attribute. |
double getA()
If the meaning of the 'A' attribute isn't clear, there really should be more of a description here...
parameter asetA(double)
,
CommonCurvePackage.getQuadraticCurve_A()
void setA(double value)
A
' attribute.
value
- the new value of the 'A' attribute.getA()
double getB()
If the meaning of the 'B' attribute isn't clear, there really should be more of a description here...
parameter bsetB(double)
,
CommonCurvePackage.getQuadraticCurve_B()
void setB(double value)
B
' attribute.
value
- the new value of the 'B' attribute.getB()
double getC()
If the meaning of the 'C' attribute isn't clear, there really should be more of a description here...
parameter csetC(double)
,
CommonCurvePackage.getQuadraticCurve_C()