[][src]Type Definition pbrt::float::Float

type Float = f32;

Alias of the f32 type, to be used through out the codebase anywhere a default sized Float is necessary.

Trait Implementations

impl Number for Float[src]