Package one.empty3.library.shader
Class VecStack
- java.lang.Object
-
- one.empty3.library.shader.Vec
-
- one.empty3.library.shader.VecAlTree
-
- one.empty3.library.shader.VecStack
-
public class VecStack extends VecAlTree
-
-
Constructor Summary
Constructors Constructor Description VecStack(java.lang.String formula, int dim)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFormula()
StructureMatrix<java.lang.Integer>
getVecIn()
StructureMatrix<java.lang.Integer>
getVecOut()
java.lang.Double
value()
-
Methods inherited from class one.empty3.library.shader.VecAlTree
getValue, setParameter
-
-
-
-
Method Detail
-
getVecIn
public StructureMatrix<java.lang.Integer> getVecIn()
-
getVecOut
public StructureMatrix<java.lang.Integer> getVecOut()
-
getFormula
public java.lang.String getFormula()
-
value
public java.lang.Double value()
-
-