Uses of Class
com.kuka.math.geometry.AxisAngleRotation

Packages that use AxisAngleRotation
com.kuka.math.geometry This package contains interfaces and implementations for basic linear algebra and geometric concepts. 
 

Uses of AxisAngleRotation in com.kuka.math.geometry
 

Methods in com.kuka.math.geometry that return AxisAngleRotation
static AxisAngleRotation AxisAngleRotation.of(IRotation orig)
          Returns a new immutable instance of this class from the value of the given rotation.
static AxisAngleRotation AxisAngleRotation.of(Vector3D axis, double angle)
          Returns a new immutable instance of this class that represents a spatial rotation around the given axis through the given angle.
 AxisAngleRotation AxisAngleRotation.withAngle(double angle)
          Returns a new instance (copy) of the rotation, with the angle replaced by the new value.
 AxisAngleRotation AxisAngleRotation.withAxis(Vector3D axis)
          Returns a new instance (copy) of the rotation, with the rotation axis replaced by the new value.
 



Copyright © 2019. All rights reserved.