public class ForbildEllipsoid extends Ellipsoid
This class creates a surface from a forbilddefinition.
The expression [Ellipsoid: x=originX; y=originY; z=originZ; dx = dx; dz=dz, dz= dy; axis(a_x, a_y, a_z)] defines a uniform ellipsoid 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 |
---|
ForbildEllipsoid(java.lang.String expression) |
applyTransform, getPrincipalAxis, getRasterPoints, isBounded, tessellate
evaluate, getDimension, getHits, getHitsOnBoundingBox, isMember
addAllBoundingConditions, addBoundingCondition, evaluate, getChangeOfAxisMatrix, getInternalDimension, getRasterPoints, getTransform, intersect
getHitsOnBoundingBox_slow, getMax, getMin, getName, setName
public static final long serialVersionUID