|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Spherical extends HavingCenter
Spherical item.
AlgART Laboratory 2010
Modifier and Type | Method and Description |
---|---|
double |
getRadius()
Returns the radius of this spherical item. |
boolean |
intersects(Spherical other)
Returns true if and only if this sphere intersects the specified other sphere, i.e. |
Methods inherited from interface net.algart.model3d.common.movement.model.HavingCenter |
---|
getCenterX, getCenterY, getCenterZ, isInfinite, isNaN, setCenter, setCenterX, setCenterY, setCenterZ, squareOfDistance |
Method Detail |
---|
double getRadius()
boolean intersects(Spherical other)
other
- some other spherical item.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |