Uses of Interface
de.grogra.xl.lang.DoubleToDouble
Packages that use DoubleToDouble
-
Uses of DoubleToDouble in de.grogra.ray.physics
Subinterfaces of DoubleToDouble in de.grogra.ray.physicsModifier and TypeInterfaceDescriptioninterface
This interface is used to store more information during the computation of theLightModel
.interface
This interface represents a spectrum, i.e., a function f(ν) of frequency ν of a wave.Classes in de.grogra.ray.physics that implement DoubleToDoubleModifier and TypeClassDescriptionclass
This class stores some useful information about incoming rays of an corresponding object, which has received a certain ray.class
This class distinguishclass
This class stores some useful information about incoming rays of an corresponding object, which has received a certain ray.class
This class implements a spectrum which is represented by threedouble
values which are interpreted as the red, green and blue part of the spectrum.class
This class implements a spectrum which is represented by threefloat
values which are interpreted as the red, green and blue part of the spectrum. -
Uses of DoubleToDouble in de.grogra.rgg
Methods in de.grogra.rgg with parameters of type DoubleToDoubleModifier and TypeMethodDescriptionstatic boolean
Library.plot
(Aggregate a, DoubleToDouble function, double x) static ObjectToDouble<double[]>
Library.toObjectToDouble
(DoubleToDouble f)