Interface ElementPlane

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

public interface ElementPlane extends Element

Title: ElementSurface

Description: A 3D plane.

The plane is specified by (its position, size, and) its direction vectors

Version:
March 2005
Author:
Francisco Esquembre
  • Method Details

    • setFirstDirection

      void setFirstDirection(double[] vector)
      Sets the first direction vector of th eplane
      Parameters:
      data - the double[3] array for the first vector
    • getFirstDirection

      double[] getFirstDirection()
      Gets the first direction vector of th eplane
      Returns:
      the double[3] array for the first vector
    • setSecondDirection

      void setSecondDirection(double[] vector)
      Sets the second direction vector of th eplane
      Parameters:
      data - the double[3] array for the first vector
    • getSecondDirection

      double[] getSecondDirection()
      Gets the second direction vector of th eplane
      Returns:
      the double[3] array for the first vector