Click or drag to resize

SpeedProfile Class

[Missing <summary> documentation for "T:Demo3D.Visuals.SpeedProfile"]

Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          OwnedProperties
            Demo3D.VisualsSpeedProfile
              Demo3D.VisualsAngularSpeedProfile

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
public class SpeedProfile : OwnedProperties

The SpeedProfile type exposes the following members.

Constructors
 NameDescription
Public methodSpeedProfileInitializes a new instance of the SpeedProfile class
Public methodSpeedProfile(Double, Double, Double)Initializes a new instance of the SpeedProfile class
Top
Properties
Methods
 NameDescription
Public methodAttachToVisual
(Overrides OwnedProperties.AttachToVisual(Visual))
Public methodEquals Equals on speed profile is used to determine if the speed profile is equal to a default and if so don't save it out.
(Overrides ObjectEquals(Object))
Protected methodGetCurrentAcceleration 
Protected methodGetCurrentTargetSpeed 
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodToString
(Overrides SimpleCustomTypeDescriptor.ToString)
Public methodUpdateSpeed 
Top
Fields
See Also