Uses of Class
de.grogra.gpuflux.scene.experiment.Experiment
-
Uses of Experiment in de.grogra.gpuflux.scene.experiment
Modifier and TypeMethodDescriptionvoid
Experiment.aggregate
(Experiment map, float scale) Aggregate two experiments by scaling the input experiment and adding it to this experiment. -
Uses of Experiment in de.grogra.gpuflux.tracer
Modifier and TypeMethodDescriptionFluxLightModelTracer.getAbsorbedPower()
Returns the experiment data on absorbed power, computed during the last call toFluxLightModelTracer.compute()
FluxLightModelTracer.getSensedIrradiance()
Returns the experiment data on sensed irradiance, computed during the last call toFluxLightModelTracer.compute()
-
Uses of Experiment in de.grogra.rgg
Modifier and TypeMethodDescriptionFluxLightModel.getAbsorbedPower()
Returns the experiment data on absorbed power, computed during the last call toFluxLightModel.compute()
FluxLightModel.getSensedIrradiance()
Returns the experiment data on sensed irradiance, computed during the last call toFluxLightModel.compute()