Vixen
02b45cc4
csharp
public readonly record struct TrajectorySample

One captured moment of a contact, as the decomposition sees it.

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

Fields and properties (5)

  • public float Phase

    Where in the clip.

  • public Vector3 Origin

    Where the frame the contact was expressed in was.

  • public Vector3 Offset

    Where the contact was relative to that frame.

  • public SurfacePoint Point

    Where on the shape it was, if the frame was a surface.

  • public Quaternion Rotation

    Which way the contact faced.

Methods (1)

Used by (2)

  • GoalTrajectoryVixen.Animation
  • TrajectoryTestsVixen.Animation.Tests