|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectanar.Parametric
anar.Pts
anar.CSplineB
@Deprecated public class CSplineB

| Field Summary | |
|---|---|
boolean |
closedMode
|
static int |
HIMSELF
|
int |
mode
|
static int |
NEXT
|
static int |
PREVIOUS
|
| Fields inherited from class anar.Pts |
|---|
globalRender, meta, ptList, render |
| Constructor Summary | |
|---|---|
CSplineB(float degree)
|
|
CSplineB(Param degree)
|
|
CSplineB(Pts pts)
|
|
CSplineB(Pts pts,
float degree)
|
|
CSplineB(Pts pts,
Param degree)
|
|
| Method Summary | |
|---|---|
CSplineB |
add(Pt p)
|
void |
draw()
|
void |
drawConstructionLines()
|
float[] |
ptOnCurve(float t,
Pt _p0,
Pt p0,
Pt p1,
Pt p1_)
|
| Methods inherited from class anar.Pts |
|---|
add, add, add, add, add, add, add, addPointsFrom, apply, area, area, bound, boundCenter, color, color, color, color, color, copy, discretization, drawPoints, flip, get, getPt, inLine, iterator, length, numOfPts, orphaned, pt, ptEnd, ptEnd, ptMod, ptOnCurve, remove, remove, render, render, reverse, rotateX, rotateX, rotateY, rotateY, rotateZ, rotateZ, scale, scale, scale, scale, scale, scale, scale, scale, scaleX, scaleX, scaleY, scaleY, scaleZ, scaleZ, set, set, setMeta, size, stroke, stroke, stroke, stroke, stroke, tag, tag, toANSYS, toAutocad, toMegaPOVLink, toObjExporter, toObjExporter, toPovRayAsArray, toPovRayAsCylinder, toRadianceAsCylinder, toRhino, toRhinoAsObject, toSketchUp, toString, translate, translate, translate, translate, translate, translate, translateX, translateX, translateY, translateY, translateZ, translateZ |
| Methods inherited from class anar.Parametric |
|---|
child, getMeta, getPrimitive, parent, parent, parentList, parentList, parentList, parentListGraphViz, parentListGraphViz, parentListRecursive, parentListRecursiveGraphViz, parentToString, parentToStringRecursive, parentToStringRecursive, primitiveToString, replaceParent, replaceParent, replicate, tag |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean closedMode
public int mode
public static final int HIMSELF
public static final int NEXT
public static final int PREVIOUS
| Constructor Detail |
|---|
public CSplineB(Pts pts,
Param degree)
public CSplineB(Pts pts)
public CSplineB(Pts pts,
float degree)
public CSplineB(Param degree)
public CSplineB(float degree)
| Method Detail |
|---|
public CSplineB add(Pt p)
add in class Pts
public float[] ptOnCurve(float t,
Pt _p0,
Pt p0,
Pt p1,
Pt p1_)
t - = interval on the curve (0-1)_p0 - = direction of firstPt (before)p0 - = startingPtp1 - = secondPtp1_ - =
public void draw()
draw in class Ptspublic void drawConstructionLines()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||