Click or drag to resize

AngularSpeedProfile Class

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

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.00.00
Syntax
C#
public class AngularSpeedProfile : SpeedProfile

The AngularSpeedProfile type exposes the following members.

Constructors
 NameDescription
Public methodAngularSpeedProfileInitializes a new instance of the AngularSpeedProfile class
Public methodAngularSpeedProfile(Double, Double, Double)Initializes a new instance of the AngularSpeedProfile class
Top
Properties
Methods
 NameDescription
Public methodAttachToVisual
(Inherited from SpeedProfile)
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.
(Inherited from SpeedProfile)
Protected methodGetCurrentAcceleration
(Inherited from SpeedProfile)
Protected methodGetCurrentTargetSpeed
(Inherited from SpeedProfile)
Public methodGetHashCode
(Inherited from SpeedProfile)
Public methodToString
(Inherited from SpeedProfile)
Public methodUpdateSpeed
(Inherited from SpeedProfile)
Top
Fields
 NameDescription
Protected fieldacceleration
(Inherited from SpeedProfile)
Protected fieldcreepDistance
(Inherited from SpeedProfile)
Protected fieldcreepSpeed
(Inherited from SpeedProfile)
Protected fieldcurrentSpeed
(Inherited from SpeedProfile)
Protected fielddeceleration
(Inherited from SpeedProfile)
Protected fieldmaxSpeed
(Inherited from SpeedProfile)
Top
See Also