T
- type fof the field elements
public class FieldInertiaAxis<T extends org.hipparchus.CalculusFieldElement<T>> extends Object
此类的实例是不可变的
Constructor and Description |
---|
FieldInertiaAxis(T i, org.hipparchus.geometry.euclidean.threed.FieldVector3D<T> a)
将惯性矩与其关联轴配对的简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
org.hipparchus.geometry.euclidean.threed.FieldVector3D<T> |
getA()
获取惯性轴。
|
T |
getI()
获取惯性矩。
|
FieldInertiaAxis<T> |
negate()
反转惯性轴。
|
public FieldInertiaAxis<T> negate()
public T getI()
public org.hipparchus.geometry.euclidean.threed.FieldVector3D<T> getA()
Copyright © 2002-2023 CS GROUP. All rights reserved.