Drop unused code
This commit is contained in:
parent
41448d2226
commit
b9cf26701c
|
|
@ -33,14 +33,6 @@ impl Space {
|
|||
}
|
||||
}
|
||||
|
||||
fn flat_to_global(&self, at: Vec2) -> Mat2 {
|
||||
Mat2::from(self.tube.sqrt_at(at).inverse())
|
||||
}
|
||||
|
||||
fn global_to_flat(&self, at: Vec2) -> Mat2 {
|
||||
Mat2::from(self.tube.sqrt_at(at))
|
||||
}
|
||||
|
||||
/// Выполняет один шаг трассировки. Работает в любой части пространства, но вне Boundary доступны более эффективные методы.
|
||||
/// ray задаётся в основной СК.
|
||||
pub fn trace_step(&self, ray: Ray) -> Ray {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user