diff --git a/crates/emath/src/rot2.rs b/crates/emath/src/rot2.rs index 45d1f0b55..88c425a50 100644 --- a/crates/emath/src/rot2.rs +++ b/crates/emath/src/rot2.rs @@ -8,9 +8,9 @@ use super::Vec2; // `vec2(c,s)` represents where the X axis will end up after rotation. // /// Represents a rotation in the 2D plane. -// +/// /// A rotation of 𝞃/4 = 90° rotates the X axis to the Y axis. -// +/// /// Normally a [`Rot2`] is normalized (unit-length). /// If not, it will also scale vectors. #[repr(C)]