public interface JointPositions
JointPositionFactory
Modifier and Type | Method and Description |
---|---|
boolean |
epsilonEquals(JointPositions other,
double epsilon,
Angle.Unit unit)
Indicates whether each element of some other JointPositions is "approximately equal in tolerance" to this one.
|
boolean |
equals(Object obj)
Indicates whether some other JointPositions is "equal to" this one.
|
JointPosition[] |
getAllJointPositions()
Provides the array of
JointPosition values |
int |
hashCode()
Returns a hash code value for the JointPositions.
|
String |
toString()
Returns a string representation of the JointPositions.
|
JointPosition[] getAllJointPositions()
JointPosition
valuesboolean epsilonEquals(JointPositions other, double epsilon, Angle.Unit unit)
other
- another JointPositionsepsilon
- a toleranceunit
- enum to specify unit type of tolerancetrue
if this object contains the "approximately equal in tolerance" value as the obj
argument; false
otherwise.int hashCode()
boolean equals(Object obj)
Copyright © 2018. All rights reserved.