- All Known Implementing Classes:
LightDistribution
,LightDistributionRef
,LightDistributionResource
public interface LightDistributionIF
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getDensityAt
(Vector3f direction) double[][]
int
double[]
double
getPower()
int
getWidth()
double
map2direction
(Vector3f outDirection, Tuple2d inPoint) void
setDistribution
(double[][] lipdf) void
setDistributionEx
(double[][] lipdf) void
setPower
(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
-