|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgeometry.AffineSpace
geometry.HyperPlane
Field Summary | |
protected Vector |
normal
|
Fields inherited from class geometry.AffineSpace |
origin, space |
Constructor Summary | |
HyperPlane(Point origin,
Vector normal)
|
Method Summary | |
Vector |
getNormal()
|
protected static JLinAlg.AffineLinearSubspace |
orthogonalSpace(Point origin,
Vector normal)
|
Methods inherited from class geometry.AffineSpace |
add, add, affineClosure, canBeContainedIn, canContain, canIntersect, contains, contains, copy, dim, getGenerator, getNormal, getOrigin, getRandomRay, intersection, isContainedIn, localization, localization, outerDim, print, project, toShape |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Vector normal
Constructor Detail |
public HyperPlane(Point origin, Vector normal)
Method Detail |
public Vector getNormal()
protected static JLinAlg.AffineLinearSubspace orthogonalSpace(Point origin, Vector normal)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |