|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectanar.Parametric
anar.Obj
anar.Revolve
public class Revolve

Object created from a rotation of a set of points around an abritrary axis.
| Field Summary |
|---|
| Fields inherited from class anar.Obj |
|---|
faces, globalRender, lines, pts, render |
| Fields inherited from class anar.Parametric |
|---|
meta |
| Constructor Summary | |
|---|---|
Revolve(Pts pts,
int steps)
By default revolve is based on the Z axis |
|
Revolve(Pts pts,
Pt axisPt,
int steps)
Revolve is creating faces around an abritrary axis. |
|
Revolve(Pts pts,
Pt axisPtA,
Pt axisPtB,
int steps)
Revolve is creating faces around an abritrary axis. |
|
Revolve(Pts pts,
Pts axis,
int steps)
Revolve is creating faces around an abritrary axis. |
|
| Method Summary |
|---|
| Methods inherited from class anar.Parametric |
|---|
child, get, 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 |
| Constructor Detail |
|---|
public Revolve(Pts pts,
Pt axisPtA,
Pt axisPtB,
int steps)
pts - - Inputs points (line)axisPtA - - First Pt of the rotation AxisaxisPtB - - Second Pt of the rotation Axissteps - - Number of Divisions for a complete closed loop around the Axis
public Revolve(Pts pts,
Pt axisPt,
int steps)
pts - - Inputs points (line)axisPt - - Point of axis of rotation from the center of the scene pt(0,0,0)steps - - Number of Divisions for a complete closed loop around the Axis
public Revolve(Pts pts,
Pts axis,
int steps)
pts - - Inputs points (line)axis - - Two first points of a set of points pt(0) pt(1)steps - - Number of Divisions for a complete closed loop around the Axis
public Revolve(Pts pts,
int steps)
pts - steps -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||