csharp
public sealed class TrajectoryRotationCurveAn orientation over clip phase.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (2)
public int CountHow many keys survived.
public ReadOnlySpan<TrajectoryRotationKey> KeysThe keys.
Methods (3)
public TrajectoryRotationCurve(params ReadOnlySpan<TrajectoryRotationKey> keys)Builds a curve from keys already in phase order.
public Quaternion Sample(float phase)What the curve is at a phase.
public static TrajectoryRotationCurve Decimate(ReadOnlySpan<TrajectoryRotationKey> source, float tolerance, out CurveCompressionReport report)Removes the keys a slerping sampler would have produced anyway.
Used by (2)
- GoalTrajectoryVixen.Animation
- TrajectoryFrameVixen.Animation