Interface ElementSphere

All Superinterfaces:
Element, ElementEllipsoid, InteractionSource
All Known Implementing Classes:
ElementSphere

public interface ElementSphere extends ElementEllipsoid

Title: ElementSphere

Description: An Ellipsoid with the same size in all dimensions.

Changing the size in any dimension also sets the other sizes. Setting different sizes to X, Y, and Z will result in setting the radius to the largest of the three dimensions.

Version:
May 2005
Author:
Francisco Esquembre
  • Method Details

    • setRadius

      void setRadius(double radius)
      Sets the radius.
      Parameters:
      radius - the radius
    • getRadius

      double getRadius()
      Gets the radius
      Returns:
      the radius