Interface ElementSpring

All Superinterfaces:
Element, InteractionSource
All Known Implementing Classes:
ElementSpring

public interface ElementSpring extends Element

Title: ElementSpring

Description: A 3D spring.

Version:
March 2005
Author:
Francisco Esquembre
  • Method Details

    • setRadius

      void setRadius(double radius)
      Sets the radius of the spring.
      Parameters:
      radius - the radius of the spring (normal to its direction)
    • getRadius

      double getRadius()
      Gets the radius of the spring.