public interface RotationFactory
Factory for creating a rotation vector specifying a Cartesian orientation.
The factory can, for example, to be used when constructing a pose withPoseFactory.createPose(Position, Rotation)
Modifier and Type | Method and Description |
---|---|
Rotation |
createRotation(double rx,
double ry,
double rz,
Angle.Unit angleUnit)
Creates an object representing a rotation vector for a Cartesian orientation with the specified rotation
parameters.
|
Rotation createRotation(double rx, double ry, double rz, Angle.Unit angleUnit)
rx
- Rx parameter of the rotation vector specifying the Cartesian orientation.ry
- Ry parameter of the rotation vector specifying the Cartesian orientation.rz
- Rz parameter of the rotation vector specifying the Cartesian orientation.angleUnit
- The angular unit for the specified rotation vector parameters.Copyright © 2021. All rights reserved.