T
- type fof the field elementspublic class FieldInertiaAxis<T extends org.hipparchus.CalculusFieldElement<T>> extends Object
Instances of this class are immutable
Constructor and Description |
---|
FieldInertiaAxis(T i,
org.hipparchus.geometry.euclidean.threed.FieldVector3D<T> a)
Simple constructor to pair a moment of inertia with its associated axis.
|
Modifier and Type | Method and Description |
---|---|
org.hipparchus.geometry.euclidean.threed.FieldVector3D<T> |
getA()
Get the inertia axis.
|
T |
getI()
Get the moment of inertia.
|
FieldInertiaAxis<T> |
negate()
Reverse the inertia axis.
|
public FieldInertiaAxis<T> negate()
public T getI()
public org.hipparchus.geometry.euclidean.threed.FieldVector3D<T> getA()
Copyright © 2002-2023 CS GROUP. All rights reserved.