Hyperion.Core.Interfaces.Intersection.Le C# (CSharp) Method

Le() public method

public Le ( Vector wo ) : Spectrum
wo Hyperion.Core.Geometry.Vector
return Spectrum
        public Spectrum Le(Vector wo)
        {
            AreaLight area = Primitive.AreaLight;
            return area != null ? area.L (dg.p, dg.n, wo) : new Spectrum ();
        }