public interface JointPositions
This interface represents the positions of all of the joints in the robot arm.
AJointPositions
object can be built using the JointPositionFactory
interface.Modifier and Type | Method and Description |
---|---|
boolean |
epsilonEquals(JointPositions other,
double epsilon,
Angle.Unit unit)
Indicates whether each element of some other
JointPositions object is "approximately equal" to this one. |
boolean |
equals(Object obj)
Indicates whether some other
JointPositions object is "equal to" this one. |
JointPosition[] |
getAllJointPositions()
Provides the array of
JointPosition values. |
int |
hashCode() |
String |
toString() |
JointPosition[] getAllJointPositions()
JointPosition
values.boolean epsilonEquals(JointPositions other, double epsilon, Angle.Unit unit)
JointPositions
object is "approximately equal" to this one.other
- another JointPositions
object.epsilon
- a tolerance in the specified unit type.unit
- unit type of the epsilon
tolerance.true
if the value of this object is "approximately equal" to the value of the
other
argument; false
otherwise.int hashCode()
boolean equals(Object obj)
JointPositions
object is "equal to" this one.Copyright © 2020. All rights reserved.