com.stimulsoft.base.drawing
Class StiGraphics.Cubic

java.lang.Object
  extended by com.stimulsoft.base.drawing.StiGraphics.Cubic
Enclosing class:
StiGraphics

public class StiGraphics.Cubic
extends java.lang.Object

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

StiGraphics.Cubic

public StiGraphics.Cubic(float a,
                         float b,
                         float c,
                         float d)
Method Detail

eval

public float eval(float u)
evaluate cubic