Bearbeiten

DefaultTransformSmoothingLogic Class

Definition

A default implementation of ITransformSmoothingLogic for smoothing transforms.

public ref class DefaultTransformSmoothingLogic : Microsoft::MixedReality::Toolkit::Utilities::ITransformSmoothingLogic
public class DefaultTransformSmoothingLogic : Microsoft.MixedReality.Toolkit.Utilities.ITransformSmoothingLogic
type DefaultTransformSmoothingLogic = class
    interface ITransformSmoothingLogic
Public Class DefaultTransformSmoothingLogic
Implements ITransformSmoothingLogic
Inheritance
DefaultTransformSmoothingLogic
Implements

Constructors

DefaultTransformSmoothingLogic()

Methods

SmoothPosition(Vector3, Vector3, Single, Single)

Smooths from source to goal, provided lerptime and a deltaTime.

SmoothRotation(Quaternion, Quaternion, Single, Single)

Smooths from source to goal, provided slerptime and a deltaTime.

SmoothScale(Vector3, Vector3, Single, Single)

Smooths from source to goal, provided lerptime and a deltaTime.

Applies to