Uses of Class
com.kuka.math.physics.InertiaTensor

Packages that use InertiaTensor
com.kuka.math.physics This package contains some utility classes for physical calculations. 
 

Uses of InertiaTensor in com.kuka.math.physics
 

Fields in com.kuka.math.physics declared as InertiaTensor
static InertiaTensor InertiaTensor.ZERO
          Immutable InertiaTensor instance representing zero inertia.
 

Methods in com.kuka.math.physics that return InertiaTensor
 InertiaTensor InertiaTensor.add(InertiaTensor other)
          Adds the inertia in this tensor to the other tensor's values and returns a new instance of an InertiaTensor.
static InertiaTensor PhysicsUtils.joinTensors(double mass1, Vector3D com1, InertiaTensor inertia1, double mass2, Vector3D com2, InertiaTensor inertia2)
          Joints two tensor values and calculates the resulting tensor.
static InertiaTensor InertiaTensor.of(Inertia inertia, IRotation rot)
          Transforms the given Inertia inertia into a InertiaTensor .
 InertiaTensor InertiaTensor.translateTensor(double kilograms, Vector3D delta)
          Application of Steiner's Theorem on the inertia tensor: Calculates a new tensor which belongs to an object of given mass such that it reflects the translation of the former tensor's values by the vector delta.
 

Methods in com.kuka.math.physics with parameters of type InertiaTensor
 InertiaTensor InertiaTensor.add(InertiaTensor other)
          Adds the inertia in this tensor to the other tensor's values and returns a new instance of an InertiaTensor.
static InertiaTensor PhysicsUtils.joinTensors(double mass1, Vector3D com1, InertiaTensor inertia1, double mass2, Vector3D com2, InertiaTensor inertia2)
          Joints two tensor values and calculates the resulting tensor.
 



Copyright © 2019. All rights reserved.