|
||||||||||
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
edu.stanford.rsl.konrad.geometry.shapes.simple.SimpleSurface
public abstract class SimpleSurface
Field Summary | |
---|---|
static long |
serialVersionUID
|
Constructor Summary | |
---|---|
SimpleSurface()
|
Method Summary | |
---|---|
void |
addAllBoundingConditions(java.util.Collection<? extends AbstractBoundingCondition> conditions)
Adds a collection of bounding conditions |
void |
addBoundingCondition(AbstractBoundingCondition condition)
Adds a bounding condition |
PointND |
evaluate(PointND u)
Returns the point on the shape at the internal position u. |
SimpleMatrix |
getChangeOfAxisMatrix(Axis newAxis)
Calculates matrix for rotating shape from a principal axis to new axis. |
abstract java.util.ArrayList<PointND> |
getHits(AbstractCurve other)
|
int |
getInternalDimension()
returns the internal dimension of the shape, i.e. |
abstract Axis |
getPrincipalAxis()
|
Transform |
getTransform()
Returns cloned copy of shape's affine transform |
java.util.ArrayList<PointND> |
intersect(AbstractCurve other)
Returns the intersection points between the curve and the shape. |
abstract boolean |
isMember(PointND point)
Determines if the given point in within the bounds of shape; |
Methods inherited from class edu.stanford.rsl.konrad.geometry.AbstractSurface |
---|
evaluate |
Methods inherited from class edu.stanford.rsl.konrad.geometry.AbstractShape |
---|
applyTransform, getDimension, getHitsOnBoundingBox_slow, getHitsOnBoundingBox, getMax, getMin, getRasterPoints, isBounded |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final long serialVersionUID
Constructor Detail |
---|
public SimpleSurface()
Method Detail |
---|
public java.util.ArrayList<PointND> intersect(AbstractCurve other)
AbstractShape
intersect
in class AbstractShape
public abstract java.util.ArrayList<PointND> getHits(AbstractCurve other)
public SimpleMatrix getChangeOfAxisMatrix(Axis newAxis)
newAxis
-
public abstract boolean isMember(PointND point)
point
-
public void addBoundingCondition(AbstractBoundingCondition condition)
condition
- public abstract Axis getPrincipalAxis()
public void addAllBoundingConditions(java.util.Collection<? extends AbstractBoundingCondition> conditions)
conditions
- public int getInternalDimension()
AbstractShape
getInternalDimension
in class AbstractSurface
public PointND evaluate(PointND u)
AbstractShape
evaluate
in class AbstractSurface
u
- the point in the internal parameter dimension
public Transform getTransform()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |