|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttoxi.geom.BernsteinPolynomial
public class BernsteinPolynomial
Helper class for the spline3d classes in this package. Used to compute subdivision points of the curve.
Field Summary | |
---|---|
float[] |
b0
|
float[] |
b1
|
float[] |
b2
|
float[] |
b3
|
int |
resolution
|
Constructor Summary | |
---|---|
BernsteinPolynomial(int res)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float[] b0
public float[] b1
public float[] b2
public float[] b3
public int resolution
Constructor Detail |
---|
public BernsteinPolynomial(int res)
res
- number of subdivision steps between each control point of the
spline3d
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |