程序包 org.hipparchus.ode

类 TestFieldProblem8.InertiaAxis<T extends CalculusFieldElement<T>>

java.lang.Object
org.hipparchus.ode.TestFieldProblem8.InertiaAxis<T>
封闭类:
TestFieldProblem8<T extends CalculusFieldElement<T>>

public static class TestFieldProblem8.InertiaAxis<T extends CalculusFieldElement<T>> extends Object
惯性矩和相关惯性轴的容器。

此类的实例是不可变的

  • 构造器详细资料

    • InertiaAxis

      public InertiaAxis(T i, FieldVector3D<T> a)
      将惯性矩与其相关轴配对的简单构造函数。
      参数:
      i - 惯性矩
      a - 惯性轴
  • 方法详细资料

    • negate

      public TestFieldProblem8.InertiaAxis<T> negate()
      反转惯性轴。
      返回:
      具有反转轴的新容器
    • getI

      public T getI()
      获取惯性矩。
      返回:
      惯性矩
    • getA

      public FieldVector3D<T> getA()
      获取惯性轴。
      返回:
      惯性轴