API reference

TransformSample Struct

Transform information used to derive velocities.

Overview

Data Fields

readonly Vector3
readonly Quaternion
readonly float
readonly int

Public Member Functions

TransformSample
( Vector3 position,
Quaternion rotation,
float time,
int frameIndex )

Static Public Member Functions

Details

Fields

readonly Vector3 Oculus.Interaction.Throw.TransformSample.Position
No description available.
readonly Quaternion Oculus.Interaction.Throw.TransformSample.Rotation
No description available.
readonly float Oculus.Interaction.Throw.TransformSample.SampleTime
No description available.
readonly int Oculus.Interaction.Throw.TransformSample.FrameIndex
No description available.

Member Functions

Oculus.Interaction.Throw.TransformSample.TransformSample
( Vector3 position,
Quaternion rotation,
float time,
int frameIndex )
No description available.

Static Member Functions

static TransformSample Oculus.Interaction.Throw.TransformSample.Interpolate
( TransformSample start,
float time )
No description available.