(x: f64, y: f64, size: f64)
| 89 | } |
| 90 | |
| 91 | pub fn star_world(x: f64, y: f64, size: f64) -> Self { |
| 92 | Self::new_world(x, y, size) |
| 93 | } |
| 94 | |
| 95 | pub fn triangle_world(x: f64, y: f64, size: f64) -> Self { |
| 96 | Self::new_world(x, y, size) |
nothing calls this directly
no outgoing calls
no test coverage detected