pipe.dataLayer
Class Cubic

java.lang.Object
  extended bypipe.dataLayer.Cubic

class Cubic
extends java.lang.Object


Field Summary
(package private)  float a
           
(package private)  float b
           
(package private)  float c
           
(package private)  float d
           
 
Constructor Summary
Cubic(float a, float b, float c, float d)
           
 
Method Summary
 float eval(float u)
          evaluate cubic
 float getX1()
           
 float getX2()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a

float a

b

float b

c

float c

d

float d
Constructor Detail

Cubic

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

getX1

public float getX1()

getX2

public float getX2()

eval

public float eval(float u)
evaluate cubic