Class EntityVectorState
Inheritance
System.Object
EntityVectorState
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class EntityVectorState : APIBase, IEquatable<APIBase>
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