- Black Forest, Germany
Pinned Loading
-
-
-
Not so smallpt rust port...
Not so smallpt rust port... 1#![allow(non_snake_case)] use std::{collections::HashMap as HM,f64::consts::*,io
2::Write,ops::*, sync::mpsc::channel, thread::spawn,time::Instant as I};enum S{U(
3f64,usize,Vec<V3>),F}#[derive(Copy, Clone)]#[repr(C)]struct V3(f64,f64,f64);impl
4Add for V3{type Output=Self; fn add(self,o:Self)->Self{V3(self.0+o.0,self.1+o.1,
5self.2+o.2)}}impl Sub for V3{type Output=Self;fn sub(self,o:Self)->Self{V3(self.
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.