public interface JointPositionFactory
| Modifier and Type | Method and Description | 
|---|---|
JointPositions | 
createJointPositions(double base,
                    double shoulder,
                    double elbow,
                    double wrist1,
                    double wrist2,
                    double wrist3,
                    Angle.Unit unit)
Creates a  
JointPositions object with six revolute joints using the provided angles and unit type | 
JointPositions createJointPositions(double base, double shoulder, double elbow, double wrist1, double wrist2, double wrist3, Angle.Unit unit)
JointPositions object with six revolute joints using the provided angles and unit typebase - Base joint positionshoulder - Shoulder joint positionelbow - Elbow joint positionwrist1 - Wrist1 joint positionwrist2 - Wrist2 joint positionwrist3 - Wrist3 joint positionunit - the unit type for all the joint position argumentsJointPositions objectCopyright © 2019. All rights reserved.