-
- All Implemented Interfaces:
public final class Rotation2d
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRotation2d.Companion
-
Constructor Summary
Constructors Constructor Description Rotation2d(Double real, Double imag)
-
Method Summary
Modifier and Type Method Description final Rotation2dplus(Double x)final Doubleminus(Rotation2d r)final Vector2dtimes(Vector2d v)final Twist2dtimes(Twist2d t)final Rotation2dtimes(Rotation2d r)final Vector2dvec()final Rotation2dinverse()final Doublelog()Get the rotation as a normalized Double.
-
-
-
Method Detail
-
plus
final Rotation2d plus(Double x)
-
minus
final Double minus(Rotation2d r)
-
times
final Rotation2d times(Rotation2d r)
-
inverse
final Rotation2d inverse()
-
-