Class InertiaTensor
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.MathUtility
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class InertiaTensor : APIBase, IEquatable<APIBase>
Properties
XAxisInertia
Measurement: Inertia
Declaration
public double XAxisInertia { get; }
Property Value
Type | Description |
---|---|
System.Double |
XYInertia
Measurement: Inertia
Declaration
public double XYInertia { get; }
Property Value
Type | Description |
---|---|
System.Double |
XZInertia
Measurement: Inertia
Declaration
public double XZInertia { get; }
Property Value
Type | Description |
---|---|
System.Double |
YAxisInertia
Measurement: Inertia
Declaration
public double YAxisInertia { get; }
Property Value
Type | Description |
---|---|
System.Double |
YZInertia
Measurement: Inertia
Declaration
public double YZInertia { get; }
Property Value
Type | Description |
---|---|
System.Double |
ZAxisInertia
Measurement: Inertia
Declaration
public double ZAxisInertia { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>