Class EntityVectorState
Inheritance
System.Object
EntityVectorState
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class EntityVectorState : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
DegreesOfFreedomPerEntity
Declaration
public int DegreesOfFreedomPerEntity { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfEntities
Declaration
public int NumberOfEntities { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Vector
Declaration
public RealVector Vector { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods