Interface ElementTessellation

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

public interface ElementTessellation extends Element

Title: ElementSurface

Description: A 3D Surface made of tiles

Version:
December 2007
Author:
Francisco Esquembre
  • Method Details

    • setTiles

      void setTiles(double[][][] data)
      Sets the data of the tiles.
      Parameters:
      data - the double[nTiles][nVertex][3] array of coordinates for the tiles. The number of vertex of the tiles may vary.
    • getTiles

      double[][][] getTiles()
      Gets the data of the surface.
      Returns:
      the double[nTiles][nVertex][3] array of coordinates for the tiles.