Class MatlabDrawableLoader

java.lang.Object
org.jzy3d.io.matlab.MatlabDrawableLoader
All Implemented Interfaces:
ILoader

public class MatlabDrawableLoader extends Object implements ILoader
Load a Matlab (TM) .mat file, assuming it contains at least three arrays named "X", "Y" and "Z". Returns a list of EnlightablePolygon which allow a an easier visualization of shapes made of a large number of single-colored polygons. For very large file, MatlabVBOLoader are preferred.
Author:
Martin Pernollet
  • Field Details

    • C1

      protected static int C1
    • C2

      protected static int C2
    • C3

      protected static int C3
  • Constructor Details

    • MatlabDrawableLoader

      public MatlabDrawableLoader()
  • Method Details