- All Known Implementing Classes:
LightDistribution,LightDistributionRef,LightDistributionResource
public interface LightDistributionIF
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetDensityAt(Vector3f direction) double[][]intdouble[]doublegetPower()intgetWidth()doublemap2direction(Vector3f outDirection, Tuple2d inPoint) voidsetDistribution(double[][] lipdf) voidsetDistributionEx(double[][] lipdf) voidsetPower(double power)
-
Method Details
-
getWidth
int getWidth() -
getHeight
int getHeight() -
getDistribution
double[][] getDistribution() -
getLinearCDF
double[] getLinearCDF() -
setDistribution
void setDistribution(double[][] lipdf) -
setDistributionEx
void setDistributionEx(double[][] lipdf) -
getPower
double getPower() -
setPower
void setPower(double power) -
getDensityAt
-
map2direction
-