☰
In rs_pbrt::core::pbrt
?
Function
rs_pbrt
::
core
::
pbrt
::
bits_to_float
source
·
[
−
]
pub fn bits_to_float(ui:
u32
) ->
f32
Expand description
Use
unsafe
std::mem::transmute_copy
to convert
u32
to
f32
.