|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.math.physics.InertiaTensor
public final class InertiaTensor
Represents the inertia of a physical object.
| Field Summary | |
|---|---|
static InertiaTensor |
ZERO
Immutable InertiaTensor instance representing zero inertia. |
| Method Summary | |
|---|---|
InertiaTensor |
add(InertiaTensor other)
Adds the inertia in this tensor to the other tensor's values and returns a new instance of an InertiaTensor. |
Inertia |
getInertia()
Gets the inertia of the tensor. |
Rotation |
getRotation()
Gets the rotation of the tensor. |
static InertiaTensor |
of(Inertia inertia,
IRotation rot)
Transforms the given Inertia inertia into a 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 inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final InertiaTensor ZERO
InertiaTensor instance representing zero inertia.
| Method Detail |
|---|
public static InertiaTensor of(Inertia inertia,
IRotation rot)
Inertia inertia into a InertiaTensor .
inertia - the inertiarot - The rotation of the desired target system in which the current inertia is defined. null
is not allowed.
public Inertia getInertia()
public Rotation getRotation()
public InertiaTensor add(InertiaTensor other)
InertiaTensor.
other - the other tensor
public InertiaTensor translateTensor(double kilograms,
Vector3D delta)
kilograms - Mass of the object in [kg] that is represented by this inertia tensor.delta - The vector of translation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||