public interface Rotation
Support for rotation vectors
Modifier and Type | Method and Description |
---|---|
boolean |
epsilonEquals(Rotation other,
double epsilon,
Angle.Unit unit)
Indicates whether of some other Position is "approximately equal" to this one.
|
boolean |
equals(Object obj)
Indicates whether some other Rotation is "equal to" this one.
|
double |
getRX()
Deprecated.
|
double |
getRX(Angle.Unit unit)
Provides the rx value in specified units
|
double |
getRY()
Deprecated.
|
double |
getRY(Angle.Unit unit)
Provides the ry value in specified units
|
double |
getRZ()
Deprecated.
|
double |
getRZ(Angle.Unit unit)
Provides the rz value in specified units
|
int |
hashCode()
Returns a hash code value for the Rotation.
|
String |
toString()
Returns a string representation of the Rotation.
|
double getRX()
getRX(Angle.Unit)
double getRY()
getRY(Angle.Unit)
double getRZ()
getRZ(Angle.Unit)
double getRX(Angle.Unit unit)
unit
- enum to specify unit typedouble getRY(Angle.Unit unit)
unit
- enum to specify unit typedouble getRZ(Angle.Unit unit)
unit
- enum to specify unit typeboolean epsilonEquals(Rotation other, double epsilon, Angle.Unit unit)
other
- another Positionepsilon
- a toleranceunit
- enum to specify unit type of epsilontrue
if this object contains the "approximately equal in tolerance" in value as the obj
argument; false
otherwise.int hashCode()
boolean equals(Object obj)
Copyright © 2018. All rights reserved.