IKinematicStateService Interface |
A service that provides a
ReferenceFrame describing a complete
kinematic state (position and orientation) of an object as it moves over time.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic interface IKinematicStateService
Public Interface IKinematicStateService
public interface class IKinematicStateService
type IKinematicStateService = interface end
The IKinematicStateService type exposes the following members.
Properties
| Name | Description |
---|
 | ReferenceFrame |
Gets the reference frame that describes both the position and orientation of this object.
|
Top
See Also