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

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

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

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

Methods in com.kuka.roboticsAPI.geometricModel.math that return MatrixRotation
 MatrixRotation MatrixRotation.compose(MatrixRotation other)
          The effect of A.compose(B) is that of the matrix multiplication A*B.
 MatrixRotation MatrixTransformation.getRotation()
           
 MatrixRotation MatrixRotation.invert()
           
static MatrixRotation MatrixRotation.of(IRotation orig)
          Returns an immutable instance from the values of the provided rotation.
static MatrixRotation MatrixRotation.of(Matrix matrix)
          Checked creation of a MatrixRotation from a given rotation matrix.
static MatrixRotation MatrixRotation.ofUnchecked(Matrix matrix)
          Unchecked creation of a MatrixRotation from a given rotation matrix.
 

Methods in com.kuka.roboticsAPI.geometricModel.math with parameters of type MatrixRotation
 MatrixRotation MatrixRotation.compose(MatrixRotation other)
          The effect of A.compose(B) is that of the matrix multiplication A*B.
 MatrixTransformation MatrixTransformation.withRotation(MatrixRotation rotation)
          Returns an immutable MatrixTransformation instance, consisting of a rotational and a translational part.
 



Copyright © 2019. All rights reserved.