public interface R2LightVolumeSingleReadableType extends R2LightSingleReadableType
| Modifier and Type | Method and Description |
|---|---|
<A,B,E extends Throwable> |
matchLightVolumeSingleReadable(A context,
com.io7m.jfunctional.PartialBiFunctionType<A,R2LightProjectiveReadableType,B,E> on_projective,
com.io7m.jfunctional.PartialBiFunctionType<A,R2LightSphericalSingleReadableType,B,E> on_spherical)
Match on the type of volume light.
|
arrayObject, matchLightSingle, transformcolor, intensity, lightID<A,B,E extends Throwable> B matchLightVolumeSingleReadable(A context, com.io7m.jfunctional.PartialBiFunctionType<A,R2LightProjectiveReadableType,B,E> on_projective, com.io7m.jfunctional.PartialBiFunctionType<A,R2LightSphericalSingleReadableType,B,E> on_spherical) throws E extends Throwable
A - The type of context valuesB - The type of returned valuesE - The type of raised exceptionscontext - A context valueon_projective - Evaluated for projective lightson_spherical - Evaluated for spherical lightsBE - If any of the given functions raise EE extends ThrowableCopyright © 2016 <code@io7m.com> http://io7m.com