diff options
| author | HampusM <hampus@hampusmat.com> | 2026-05-23 19:56:41 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-05-26 16:28:59 +0200 |
| commit | 2740ffa2c0ea486eef6f0a0dcbf52b61d696a7a1 (patch) | |
| tree | a7a8bba7e119354abbaa9fff6ec4e16d2f66b829 /engine/src/projection.rs | |
| parent | 30c8c49ecd86ccd7fad07fee53b697c3b86c4fc0 (diff) | |
style: format for Rust edition 2021
Diffstat (limited to 'engine/src/projection.rs')
| -rw-r--r-- | engine/src/projection.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/src/projection.rs b/engine/src/projection.rs index 46df6d4..e4f5898 100644 --- a/engine/src/projection.rs +++ b/engine/src/projection.rs @@ -25,7 +25,7 @@ impl Perspective /// Creates a perspective projection matrix using right-handed coordinates. #[inline] pub fn to_matrix_rh(&self, aspect: f32, clip_volume: ClipVolume) - -> Matrix<f32, 4, 4> + -> Matrix<f32, 4, 4> { let mut out = Matrix::new(); |
