Uses of Class
com.marginallyclever.ro3.apps.pathtracer.halton.HaltonWithMemory
Packages that use HaltonWithMemory
-
Uses of HaltonWithMemory in com.marginallyclever.ro3.apps.pathtracer
Fields in com.marginallyclever.ro3.apps.pathtracer declared as HaltonWithMemoryMethods in com.marginallyclever.ro3.apps.pathtracer with parameters of type HaltonWithMemoryModifier and TypeMethodDescriptionstatic javax.vecmath.Vector3d
PathTracerHelper.getRandomCosineWeightedHemisphere
(HaltonWithMemory halton, javax.vecmath.Vector3d normal) Get a random direction on the hemisphere defined by the normal, with cosine-weighted distribution.static javax.vecmath.Vector3d
PathTracerHelper.getRandomUnitHemisphere
(HaltonWithMemory halton, javax.vecmath.Vector3d normal) Get a random direction on the hemisphere defined by the normal.static javax.vecmath.Vector3d
PathTracerHelper.getRandomUnitVector
(HaltonWithMemory halton)