Fix docstring
This commit is contained in:
parent
d30f79db60
commit
42b9491364
|
@ -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)]
|
||||
|
|
Loading…
Reference in New Issue