T
- type of the field elementspublic class FieldInertia<T extends org.hipparchus.CalculusFieldElement<T>> extends Object
Instances of this class are immutable
Modifier and Type | Method and Description |
---|---|
FieldInertiaAxis<T> |
getInertiaAxis1()
Get inertia along first axis.
|
FieldInertiaAxis<T> |
getInertiaAxis2()
Get inertia along second axis.
|
FieldInertiaAxis<T> |
getInertiaAxis3()
Get inertia along third axis.
|
org.hipparchus.geometry.euclidean.threed.FieldVector3D<T> |
momentum(org.hipparchus.geometry.euclidean.threed.FieldVector3D<T> rotationRate)
Compute angular momentum.
|
FieldInertia<T> |
swap12()
Swap axes 1 and 2.
|
FieldInertia<T> |
swap13()
Swap axes 1 and 3.
|
FieldInertia<T> |
swap23()
Swap axes 2 and 3.
|
public FieldInertia<T> swap12()
The instance is unchanged.
public FieldInertia<T> swap13()
The instance is unchanged.
public FieldInertia<T> swap23()
The instance is unchanged.
public FieldInertiaAxis<T> getInertiaAxis1()
public FieldInertiaAxis<T> getInertiaAxis2()
public FieldInertiaAxis<T> getInertiaAxis3()
Copyright © 2002-2023 CS GROUP. All rights reserved.