|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.base.drawing.StiGraphics.Cubic
public class StiGraphics.Cubic
This class represents a cubic polynomial
Constructor Summary | |
---|---|
StiGraphics.Cubic(float a,
float b,
float c,
float d)
|
Method Summary | |
---|---|
float |
eval(float u)
evaluate cubic |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiGraphics.Cubic(float a, float b, float c, float d)
Method Detail |
---|
public float eval(float u)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |