|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.jreality.geometry.TubeUtility
public class TubeUtility
Static methods related to tubing. Also defines a class TubeUtility.FrameInfo which
is fundamental for the mathematical implementation presented here.
TubeFactory,
PolygonalTubeFactory| Nested Class Summary | |
|---|---|
static class |
TubeUtility.FrameInfo
This class provides information about a frame field at a given point of a curve in 3-space (not necessarily euclidean!). |
| Field Summary | |
|---|---|
static double[][] |
canonicalTranslation
|
static double[][] |
diamondCrossSection
|
static double[][] |
octagonalCrossSection
|
static IndexedFaceSet[] |
urTube
|
| Method Summary | |
|---|---|
static void |
calculateAndSetNormalVectorsForCurve(IndexedLineSet ils)
|
static SceneGraphComponent |
tubeOneEdge(double[] ip1,
double[] ip2,
double rad,
double[][] crossSection,
int metric)
|
static SceneGraphComponent |
tubeOneEdge(SceneGraphComponent sgc,
double[] ip1,
double[] ip2,
double rad,
double[][] crossSection,
int metric)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static double[][] diamondCrossSection
public static double[][] octagonalCrossSection
public static IndexedFaceSet[] urTube
public static double[][] canonicalTranslation
| Method Detail |
|---|
public static SceneGraphComponent tubeOneEdge(double[] ip1,
double[] ip2,
double rad,
double[][] crossSection,
int metric)
ip1 - ip2 - rad - crossSection - metric -
public static SceneGraphComponent tubeOneEdge(SceneGraphComponent sgc,
double[] ip1,
double[] ip2,
double rad,
double[][] crossSection,
int metric)
public static void calculateAndSetNormalVectorsForCurve(IndexedLineSet ils)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||