Package | Description |
---|---|
com.ur.urcap.api.domain.value | |
com.ur.urcap.api.domain.value.simple |
Modifier and Type | Method and Description |
---|---|
Pose |
PoseFactory.createPose(double x,
double y,
double z,
double rx,
double ry,
double rz,
Length.Unit lengthUnit,
Angle.Unit angleUnit)
Creates a
Pose object with the specified Cartesian position and orientation (rotation) |
boolean |
Pose.epsilonEquals(Pose other,
double lengthEpsilon,
Length.Unit lengthUnit,
double angleEpsilon,
Angle.Unit angleUnit)
Indicates whether of some other Pose is "approximately equal" to this one.
|
boolean |
Position.epsilonEquals(Position other,
double epsilon,
Length.Unit unit)
Indicates whether of some other Position is "approximately equal" to this one.
|
double |
Position.getX(Length.Unit unit)
Provides the x coordinate value in specified unit
|
double |
Position.getY(Length.Unit unit)
Provides the y coordinate value in specified unit
|
double |
Position.getZ(Length.Unit unit)
Provides the z coordinate value in specified unit
|
double[] |
Pose.toArray(Length.Unit lengthUnit,
Angle.Unit angleUnit) |
Modifier and Type | Method and Description |
---|---|
static Length.Unit |
Length.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Length.Unit[] |
Length.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Length |
SimpleValueFactory.createLength(double value,
Length.Unit unit) |
double |
Length.getAs(Length.Unit unit)
Provides the value in specified units
|
Copyright © 2019. All rights reserved.