Uses of Record Class
org.episteme.social.architecture.LightingSimulator.LightSource
Packages that use LightingSimulator.LightSource
Package
Description
Provides mathematical and analytical models for architectural engineering,
building physics, and urban history.
-
Uses of LightingSimulator.LightSource in org.episteme.social.architecture
Methods in org.episteme.social.architecture with parameters of type LightingSimulator.LightSourceModifier and TypeMethodDescriptionstatic RealLightingSimulator.illuminanceFromPoint(LightingSimulator.LightSource source, double pointX, double pointY, double pointZ, double normalX, double normalY, double normalZ) Calculates the illuminance (Lux) at a specific point on a surface from a single point source using the inverse-square law.Method parameters in org.episteme.social.architecture with type arguments of type LightingSimulator.LightSourceModifier and TypeMethodDescriptionstatic RealLightingSimulator.totalIlluminance(List<LightingSimulator.LightSource> sources, double pointX, double pointY, double pointZ, double normalX, double normalY, double normalZ) Calculates the total illuminance at a point from multiple light sources.