|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.j3d.geom.spline.BSplineCurveData
public class BSplineCurveData
Representation of data that represents a single B-Spline curve.
The curve data may represent either rational or non-rational forms. If the numWeights value is positive then it will assume a rational curve form, otherwise a non-rational calculation will be used.
Field Summary | |
---|---|
float[] |
controlPoints
The control points of the curve described as a flat array of values. |
int |
degree
The degree of the curve |
float[] |
knots
The knot values for the curve |
int |
numControlPoints
The number of valid points in the controlPoints array. |
int |
numKnots
The number of valid knot values in the knots array |
int |
numWeights
The number of valid weight values in the weights array |
float[] |
weights
The weight values for the curve if rational |
Constructor Summary | |
---|---|
BSplineCurveData()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float[] controlPoints
public int numControlPoints
public float[] knots
public int numKnots
public int degree
public float[] weights
public int numWeights
Constructor Detail |
---|
public BSplineCurveData()
|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |