[][src]Type Definition pbrt::core::geometry::Vector3f

type Vector3f = Vector3<Float>;

3D vector type with Float members.

Trait Implementations

impl<'a> Div<f32> for &'a Vector3f[src]

type Output = Vector3f

The resulting type after applying the / operator.