Vixen
02b45cc4
csharp
public readonly record struct LimbSpan

A fraction along the line between two joints.

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

Fields and properties (4)

  • public int From

    The joint at the top.

  • public int To

    The joint at the end.

  • public float Along

    How far, in [0, 1].

  • public Vector3 Offset

    How far off that line, in the limb's own frame — +Y along the limb.

Methods (1)

  • public LimbSpan(int From, int To, float Along, Vector3 Offset)

    A fraction along the line between two joints.

Used by (2)

  • SurfaceCoordinateVixen.Animation
  • SurfaceFrameVixen.Animation