Uses of Class
org.sunflow.math.MovingMatrix4
-
Packages that use MovingMatrix4 Package Description org.sunflow.core org.sunflow.math -
-
Uses of MovingMatrix4 in org.sunflow.core
Fields in org.sunflow.core declared as MovingMatrix4 Modifier and Type Field Description private MovingMatrix4
Camera. c2w
private MovingMatrix4
Instance. o2w
private MovingMatrix4
Camera. w2c
private MovingMatrix4
Instance. w2o
Methods in org.sunflow.core that return MovingMatrix4 Modifier and Type Method Description MovingMatrix4
ParameterList. getMovingMatrix(java.lang.String name, MovingMatrix4 defaultValue)
Methods in org.sunflow.core with parameters of type MovingMatrix4 Modifier and Type Method Description MovingMatrix4
ParameterList. getMovingMatrix(java.lang.String name, MovingMatrix4 defaultValue)
-
Uses of MovingMatrix4 in org.sunflow.math
Methods in org.sunflow.math that return MovingMatrix4 Modifier and Type Method Description MovingMatrix4
MovingMatrix4. inverse()
-