Type Definition smallpt::Vector3

source · []
pub type Vector3 = Vec3;
Expand description

Vector math type used by this crate. Type alias for [glam::Vec3].