org.xistrat.gui.d3
Class Mtrls

java.lang.Object
  extended by org.xistrat.gui.d3.Mtrls

public class Mtrls
extends java.lang.Object

Materials class

Since:
0.6.59

Field Summary
 java.util.Hashtable<java.lang.String,javax.media.j3d.Material> materials
           
 
Constructor Summary
Mtrls()
           
 
Method Summary
static float linearTransform(float value, float s_min, float s_max, float d_min, float d_max)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

materials

public java.util.Hashtable<java.lang.String,javax.media.j3d.Material> materials
Constructor Detail

Mtrls

public Mtrls()
Method Detail

linearTransform

public static float linearTransform(float value,
                                    float s_min,
                                    float s_max,
                                    float d_min,
                                    float d_max)