|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.rsl.konrad.geometry.AbstractShape
edu.stanford.rsl.konrad.geometry.AbstractSurface
public abstract class AbstractSurface
Abstract class to model n dimensional surfaces.
Constructor Summary | |
---|---|
AbstractSurface()
|
Method Summary | |
---|---|
abstract PointND |
evaluate(double u,
double v)
Returns a point on the surface at position (u, v). |
PointND |
evaluate(PointND u)
Returns the point on the shape at the internal position u. |
int |
getInternalDimension()
returns the internal dimension of the shape, i.e. |
Methods inherited from class edu.stanford.rsl.konrad.geometry.AbstractShape |
---|
applyTransform, getDimension, getHitsOnBoundingBox_slow, getHitsOnBoundingBox, getMax, getMin, getRasterPoints, intersect, isBounded |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractSurface()
Method Detail |
---|
public PointND evaluate(PointND u)
AbstractShape
evaluate
in class AbstractShape
u
- the point in the internal parameter dimension
public abstract PointND evaluate(double u, double v)
u
- the internal position in u dimensionv
- the internal position in v dimension
public int getInternalDimension()
AbstractShape
getInternalDimension
in class AbstractShape
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |