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),.
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
ForbildCylinder(java.lang.String expression) |
applyTransform, getDimension, getHits, getPrincipalAxis, getRasterPoints, getRasterPoints, isBounded, tessellate
evaluate, getHitsOnBoundingBox, isMember
addAllBoundingConditions, addBoundingCondition, evaluate, getChangeOfAxisMatrix, getInternalDimension, getTransform, intersect
getHitsOnBoundingBox_slow, getMax, getMin, getName, setName
public static final long serialVersionUID