Uses of Class
com.kuka.roboticsAPI.geometricModel.math.EulerZyxRotation

Packages that use EulerZyxRotation
com.kuka.roboticsAPI.geometricModel.math This package contains interfaces and implementations for basic linear algebra and geometric concepts. 
 

Uses of EulerZyxRotation in com.kuka.roboticsAPI.geometricModel.math
 

Fields in com.kuka.roboticsAPI.geometricModel.math declared as EulerZyxRotation
static EulerZyxRotation EulerZyxRotation.NONE
          Immutable EulerZyxRotation instance representing no rotation.
 

Methods in com.kuka.roboticsAPI.geometricModel.math that return EulerZyxRotation
 EulerZyxRotation XyzAbcTransformation.getRotation()
           
static EulerZyxRotation EulerZyxRotation.of(IRotation orig)
          Returns an immutable instance from the values of the provided rotation.
static EulerZyxRotation EulerZyxRotation.ofRad(double alpha, double beta, double gamma)
          Returns an immutable EulerZyxRotation instance with the given angle values.
 EulerZyxRotation EulerZyxRotation.withAlphaRad(double value)
          Returns a new instance (copy) of the rotation, with the α (alpha) angle replaced by the new value.
 EulerZyxRotation EulerZyxRotation.withBetaRad(double value)
          Returns a new instance (copy) of the rotation, with the β (beta) angle replaced by the new value.
 EulerZyxRotation EulerZyxRotation.withGammaRad(double value)
          Returns a new instance (copy) of the rotation, with the γ (gamma) angle replaced by the new value.
 

Methods in com.kuka.roboticsAPI.geometricModel.math with parameters of type EulerZyxRotation
 XyzAbcTransformation XyzAbcTransformation.withRotation(EulerZyxRotation rotation)
          Returns a new instance (copy) of the transformation, with the rotational part replaced by the given rotation.
 



Copyright © 2019. All rights reserved.