-
- All Implemented Interfaces:
public final class Rotation2d
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
Rotation2d.Companion
-
Constructor Summary
Constructors Constructor Description Rotation2d(Double real, Double imag)
-
Method Summary
Modifier and Type Method Description final Rotation2d
plus(Double x)
final Double
minus(Rotation2d r)
final Vector2d
times(Vector2d v)
final Twist2d
times(Twist2d t)
final Rotation2d
times(Rotation2d r)
final Vector2d
vec()
final Rotation2d
inverse()
final Double
log()
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()
-
-
-
-