edu.stanford.rsl.konrad.phantom.forbild.shapes
Class ForbildCylinder
java.lang.Object
edu.stanford.rsl.konrad.geometry.AbstractShape
edu.stanford.rsl.konrad.geometry.AbstractSurface
edu.stanford.rsl.konrad.geometry.shapes.simple.SimpleSurface
edu.stanford.rsl.konrad.geometry.shapes.simple.QuadricSurface
edu.stanford.rsl.konrad.geometry.shapes.simple.Cylinder
edu.stanford.rsl.konrad.phantom.forbild.shapes.ForbildCylinder
- All Implemented Interfaces:
- Transformable, java.io.Serializable
public class ForbildCylinder
- extends Cylinder
This class creates a surface from a forbilddefinition.
The expression [Cylinder: x=originX; y=originY; z=originZ; r = radius; dz= height; axis(a_x, a_y, a_z)] defines a uniform cylinder with axis (a_x, a_y, a_z) with center of mass at (originX,originY,originZ),.
- Author:
- Rotimi .X. Ojo
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
ForbildCylinder
public ForbildCylinder(java.lang.String expression)