Skip to content

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
narmstro2020 committed Sep 21, 2024
1 parent dc8f528 commit d61e6b6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,11 @@ public class Rotation2d
*/
public static final Rotation2d k180deg = kPi;

/** The value of the Rotation2d in radians. */
protected double m_value;
/** The cosine of the Rotation2d object. */
protected double m_cos;
/** the sine of the Rotation2d object. */
protected double m_sin;

/** Constructs a Rotation2d with a default angle of 0 degrees. */
Expand Down

0 comments on commit d61e6b6

Please sign in to comment.