Class InertiaTensor
Inheritance
System.Object
InertiaTensor
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class InertiaTensor : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
XAxisInertia
Declaration
public double XAxisInertia { get; }
Property Value
| Type |
Description |
| System.Double |
|
XYInertia
Declaration
public double XYInertia { get; }
Property Value
| Type |
Description |
| System.Double |
|
XZInertia
Declaration
public double XZInertia { get; }
Property Value
| Type |
Description |
| System.Double |
|
YAxisInertia
Declaration
public double YAxisInertia { get; }
Property Value
| Type |
Description |
| System.Double |
|
YZInertia
Declaration
public double YZInertia { get; }
Property Value
| Type |
Description |
| System.Double |
|
ZAxisInertia
Declaration
public double ZAxisInertia { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods