ParameterList.FloatParameter |
ParameterList.getFloatArray(java.lang.String name) |
Get the specified float array parameter from this list.
|
private ParameterList.FloatParameter |
ParameterList.getFloatParameter(java.lang.String name,
ParameterList.ParameterType type,
ParameterList.Parameter p) |
|
private ParameterList.FloatParameter |
ParameterList.Parameter.getFloats() |
|
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.
|