Class Acceleration
Class to handle acceleration for loads.
Inheritance
System.Object
Acceleration
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Loads
Assembly: Experior.Core.dll
Syntax
public class Acceleration
Constructors
Acceleration(Load, Single, Single, Single)
Declaration
public Acceleration(Load load, float distance, float finalSpeed, float resolution)
Parameters
Type | Name | Description |
---|---|---|
Load | load | |
System.Single | distance | |
System.Single | finalSpeed | |
System.Single | resolution |
Properties
Time
Declaration
public float Time { get; }
Property Value
Type | Description |
---|---|
System.Single |
Methods
Dispose()
Declaration
public void Dispose()