Expand description

Photometric Web

A module that contains a common object for representing luminous intensity distributions via photometric webs.

Re-exports

pub use self::photweb_reader::*;
pub use self::photweb_writer::*;
pub use self::photweb::*;
pub use self::photweb_builder::*;
pub use self::plane::*;
pub use self::units::*;

Modules

Functions

A utility function which mirrors the first quadrant of planes in a vector into the second quadrant. This means that we start with 0 -> \pi filled, and we return 0 -> 2 \pi filled.
A utility function which mirrors the first quadrant of planes in a vector into the second quadrant. This means that we start with 0 -> \pi / 2 filled, and we return 0 -> \pi filled.
A utility function which takes the hemisphere occupying the second and third quadrants (90 degree - 270 degree) and mirrors this onto the opposing (270 degree -> 90 degree) hemisphere.