csharp
public readonly record struct TrajectorySampleOne 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 PhaseWhere in the clip.
public Vector3 OriginWhere the frame the contact was expressed in was.
public Vector3 OffsetWhere the contact was relative to that frame.
public SurfacePoint PointWhere on the shape it was, if the frame was a surface.
public Quaternion RotationWhich way the contact faced.
Methods (1)
public TrajectorySample(float Phase, Vector3 Origin, Vector3 Offset, SurfacePoint Point, Quaternion Rotation)One captured moment of a contact, as the decomposition sees it.
Used by (2)
- GoalTrajectoryVixen.Animation
- TrajectoryTestsVixen.Animation.Tests