public class Inertia extends Object
此类的实例是不可变的
Modifier and Type | Method and Description |
---|---|
InertiaAxis |
getInertiaAxis1()
获取沿第一轴的惯性。
|
InertiaAxis |
getInertiaAxis2()
获取沿第二轴的惯性。
|
InertiaAxis |
getInertiaAxis3()
获取沿第三轴的惯性。
|
org.hipparchus.geometry.euclidean.threed.Vector3D |
momentum(org.hipparchus.geometry.euclidean.threed.Vector3D rotationRate)
计算角动量。
|
Inertia |
swap12()
交换轴1和轴2。
|
Inertia |
swap13()
交换轴1和轴3。
|
Inertia |
swap23()
交换轴2和轴3。
|
public Inertia swap12()
实例保持不变。
public Inertia swap13()
实例保持不变。
public Inertia swap23()
实例保持不变。
public InertiaAxis getInertiaAxis1()
public InertiaAxis getInertiaAxis2()
public InertiaAxis getInertiaAxis3()
public org.hipparchus.geometry.euclidean.threed.Vector3D momentum(org.hipparchus.geometry.euclidean.threed.Vector3D rotationRate)
rotationRate
- 体坐标系中的旋转速率。
Copyright © 2002-2023 CS GROUP. All rights reserved.