Type Definition smallpt::Point3

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

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