| 8 | |
| 9 | #[derive(PartialEq, Debug, Serialize, Deserialize)] |
| 10 | pub struct Vector2 { |
| 11 | pub x: f32, |
| 12 | pub y: f32, |
| 13 | } |
| 14 | |
| 15 | // impl vector::Rotate for Vector2 { |
| 16 | // fn rotate(&self, _rotation_matrix: matrix::Matrix) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected