public interface JointPositions
JointPositions
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
objectepsilon
- a tolerance in the specified unit typeunit
- unit type of the epsilon
tolerancetrue
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 © 2019. All rights reserved.