Uses of Class
org.sunflow.core.ParameterList.FloatParameter

Packages that use ParameterList.FloatParameter
org.sunflow.core   
 

Uses of ParameterList.FloatParameter in org.sunflow.core
 

Methods in org.sunflow.core that return ParameterList.FloatParameter
 ParameterList.FloatParameter ParameterList.getFloatArray(java.lang.String name)
          Get the specified float array parameter from this list.
 ParameterList.FloatParameter ParameterList.getMatrixArray(java.lang.String name)
          Get the specified matrix array parameter from this list.
 ParameterList.FloatParameter ParameterList.getPointArray(java.lang.String name)
          Get the specified point array parameter from this list.
 ParameterList.FloatParameter ParameterList.getTexCoordArray(java.lang.String name)
          Get the specified texture coordinate array parameter from this list.
 ParameterList.FloatParameter ParameterList.getVectorArray(java.lang.String name)
          Get the specified vector array parameter from this list.