Trait iso_10303_parts::ap203::ILightSourceSpot[][src]

pub trait ILightSourceSpot: ILightSource {
    fn position(&self) -> &EntityRef;
fn orientation(&self) -> &EntityRef;
fn concentration_exponent(&self) -> Real;
fn constant_attenuation(&self) -> Real;
fn distance_attenuation(&self) -> Real;
fn spread_angle(&self) -> &Real; }

Required methods

Implementors