| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.BaseNode org.jdesktop.j3d.loaders.vrml97.impl.Node org.jdesktop.j3d.loaders.vrml97.impl.Geometry org.jdesktop.j3d.loaders.vrml97.impl.Extrusion
Constructor Summary | |
public | Extrusion(Loader loader) | | Extrusion(Loader loader, SFBool beginCap, SFBool ccw, SFBool convex, SFFloat creaseAngle, MFVec2f crossSection, SFBool endCap, MFRotation orientation, MFVec2f scale, SFBool solid, MFVec3f spine) |
collinear | boolean collinear(Code) | | |
coordIndex | int[] coordIndex(Code) | | |
crossSectionPts | Point3f[] crossSectionPts(Code) | | |
hardDebug | boolean hardDebug(Code) | | |
orientations | AxisAngle4f[] orientations(Code) | | |
rotations | Matrix3f[] rotations(Code) | | |
scales | Vector3f[] scales(Code) | | |
stripCounts | int[] stripCounts(Code) | | |
Extrusion | public Extrusion(Loader loader)(Code) | | Constructor for the Extrusion object
Parameters: loader - Description of the Parameter |
Extrusion | Extrusion(Loader loader, SFBool beginCap, SFBool ccw, SFBool convex, SFFloat creaseAngle, MFVec2f crossSection, SFBool endCap, MFRotation orientation, MFVec2f scale, SFBool solid, MFVec3f spine)(Code) | | Constructor for the Extrusion object
Parameters: loader - Description of the Parameter Parameters: beginCap - Description of the Parameter Parameters: ccw - Description of the Parameter Parameters: convex - Description of the Parameter Parameters: creaseAngle - Description of the Parameter Parameters: crossSection - Description of the Parameter Parameters: endCap - Description of the Parameter Parameters: orientation - Description of the Parameter Parameters: scale - Description of the Parameter Parameters: solid - Description of the Parameter Parameters: spine - Description of the Parameter |
calculateSCP | void calculateSCP()(Code) | | Description of the Method
|
clone | public Object clone()(Code) | | Description of the Method
Description of the Return Value |
createExtrusion | void createExtrusion()(Code) | | Description of the Method
|
createIndices | void createIndices()(Code) | | Description of the Method
|
getBoundingBox | BoundingBox getBoundingBox()(Code) | | Gets the boundingBox attribute of the Extrusion object
The boundingBox value |
getNumTris | public int getNumTris()(Code) | | Gets the numTris attribute of the Extrusion object
The numTris value |
getSolid | public boolean getSolid()(Code) | | Gets the solid attribute of the Extrusion object
The solid value |
getType | public String getType()(Code) | | Gets the type attribute of the Extrusion object
The type value |
haveTexture | public boolean haveTexture()(Code) | | Description of the Method
Description of the Return Value |
initFields | void initFields()(Code) | | Description of the Method
|
initImpl | void initImpl()(Code) | | Description of the Method
|
initSetup | void initSetup()(Code) | | Description of the Method
|
norm | void norm(Vector3f n)(Code) | | Description of the Method
Parameters: n - Description of the Parameter |
notifyMethod | public void notifyMethod(String eventInName, double time)(Code) | | Description of the Method
Parameters: eventInName - Description of the Parameter Parameters: time - Description of the Parameter |
setOwner | public void setOwner(Shape owner)(Code) | | Sets the owner attribute of the Extrusion object
Parameters: owner - The new owner value |
|
|