Uses of Enum Class
com.openinventor.inventor.nodes.SoShaderStateMatrixParameter.MatrixTransforms
Packages that use SoShaderStateMatrixParameter.MatrixTransforms
-
Uses of SoShaderStateMatrixParameter.MatrixTransforms in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoShaderStateMatrixParameter.MatrixTransformsModifier and TypeFieldDescriptionSoShaderStateMatrixParameter.matrixTransform
Specifies the transformation to be applied to the state matrix.Methods in com.openinventor.inventor.nodes that return SoShaderStateMatrixParameter.MatrixTransformsModifier and TypeMethodDescriptionSoShaderStateMatrixParameter.MatrixTransforms.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.SoShaderStateMatrixParameter.MatrixTransforms.values()
Returns an array containing the constants of this enum class, in the order they are declared.