Click or drag to resize

Calculator Class

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

Inheritance Hierarchy
SystemObject
  Demo3D.Visuals.MotorCalculator

Namespace:  Demo3D.Visuals.Motor
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static class Calculator

The Calculator type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCalculateState
Calculates the state at time dt forward from the initial state.
Public methodStatic memberCalculateTime
Calculates the time at which the specified (signed) target position will be hit.
Top
See Also