com.stimulsoft.base.drawing
Class StiGraphics.Cubic
java.lang.Object
com.stimulsoft.base.drawing.StiGraphics.Cubic
- Enclosing class:
- StiGraphics
public class StiGraphics.Cubic
- extends Object
This class represents a cubic polynomial
|
Method Summary |
float |
eval(float u)
evaluate cubic |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiGraphics.Cubic
public StiGraphics.Cubic(float a,
float b,
float c,
float d)
eval
public float eval(float u)
- evaluate cubic
Copyright © 2017 Stimulsoft. All Rights Reserved.