类 TestFieldProblem8.Inertia<T extends CalculusFieldElement<T>>
java.lang.Object
org.hipparchus.ode.TestFieldProblem8.Inertia<T>
- 封闭类:
-
TestFieldProblem8<T extends CalculusFieldElement<T>>
3D对象的惯性容器。
此类的实例是不可变的
-
构造器概要
构造器说明Inertia
(TestFieldProblem8.InertiaAxis<T> iA1, TestFieldProblem8.InertiaAxis<T> iA2, TestFieldProblem8.InertiaAxis<T> iA3) 从主轴简单构造函数。 -
方法概要
-
构造器详细资料
-
Inertia
public Inertia(TestFieldProblem8.InertiaAxis<T> iA1, TestFieldProblem8.InertiaAxis<T> iA2, TestFieldProblem8.InertiaAxis<T> iA3) 从主轴简单构造函数。- 参数:
-
iA1
- 第一轴上的惯性 -
iA2
- 第二轴上的惯性 -
iA3
- 第三轴上的惯性
-
-
方法详细资料
-
swap12
交换轴1和2。- 返回:
- 交换轴后的惯性
-
swap13
交换轴1和3。- 返回:
- 交换轴后的惯性
-
swap23
交换轴2和3。- 返回:
- 交换轴后的惯性
-
getInertiaAxis1
获取第一轴上的惯性。- 返回:
- 第一轴上的惯性
-
getInertiaAxis2
获取第二轴上的惯性。- 返回:
- 第二轴上的惯性
-
getInertiaAxis3
获取第三轴上的惯性。- 返回:
- 第三轴上的惯性
-