Vixen
02b45cc4
csharp
public sealed class TrajectoryCurve

A polyline over clip phase, decimated against a tolerance.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

The runtime side is a phase-keyed lookup and a lerp, which is the whole of it: a goal that moves is a goal sampled per phase, and nothing about the arbiter or the solver needs to know that it did.

Phase, so a retimed clip needs no re-marking — the same reason a constraint tag's span is normalised.

Fields and properties (2)

  • public int Count

    How many keys survived.

  • public ReadOnlySpan<TrajectoryKey> Keys

    The keys.

Methods (4)

Used by (4)

  • GoalTrajectoryVixen.Animation
  • SurfacePathVixen.Animation
  • TrajectoryFrameVixen.Animation
  • TrajectoryTestsVixen.Animation.Tests