com.ur.urcap.api.domain.value
public interface Pose
Support for poses.
Modifier and Type | Method and Description |
---|---|
boolean |
epsilonEquals(Pose other,
double epsilon) |
boolean |
equals(Object obj) |
Position |
getPosition() |
Rotation |
getRotation() |
int |
hashCode() |
double[] |
toArray() |
String |
toString() |
Position getPosition()
Rotation getRotation()
double[] toArray()
boolean equals(Object obj)
boolean epsilonEquals(Pose other, double epsilon)
other
- another poseepsilon
- a numberString toString()
Copyright © 2016. All rights reserved.